Skip to content

Commit

Permalink
Port parse tests (#427)
Browse files Browse the repository at this point in the history
* Port parse tests

* Remove redundant name properties
  • Loading branch information
lloydk committed Feb 12, 2024
1 parent 71691ac commit 605d601
Show file tree
Hide file tree
Showing 2 changed files with 428 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/index-fn.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ let tests = await Promise.all([
"delta",
"gamut",
"in_gamut",
"parse",
].map(name => import(`./${name}.js`).then(module => module.default)));


Expand Down
Loading

0 comments on commit 605d601

Please sign in to comment.