Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Jan 27, 2024
1 parent 001a58e commit 9b6c11a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmark/dom/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ module.exports = {
"tree-modification": require("./tree-modification"),
"compare-document-position": require("./compare-document-position"),
"named-properties": require("./named-properties"),
"inner-html": require("./inner-html")
"inner-html": require("./inner-html"),
"get-computed-style": require("./get-computed-style")
};

0 comments on commit 9b6c11a

Please sign in to comment.