Skip to content

Commit

Permalink
Replace node-libuuid test with libxmljs
Browse files Browse the repository at this point in the history
  • Loading branch information
svanderburg committed Nov 14, 2021
1 parent 0147953 commit bb17e2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions tests/tests-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ This code snippet explains the purpose of each test package:
// Testcase for a package with an external native dependency
"node-libcurl",
// Testcase for a package with native C code that needs to be compiled
"node-libuuid",
"libxmljs",
// Testcase for a package with native C code and an Xcode-related workaround in node-gyp to make it compile on macOS
{ "bcrypt": "3.0.x" }
{ "bcrypt": "3.0.x" },
// Testcase for an NPM alias
{ "next": "npm:@blitzjs/[email protected]" }
]
```
2 changes: 1 addition & 1 deletion tests/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@sindresorhus/df",
{ "@bengotow/slate-edit-list": "github:bengotow/slate-edit-list" },
"node-libcurl",
"node-libuuid",
"libxmljs",
{ "bcrypt": "3.0.x" },
{ "next": "npm:@blitzjs/[email protected]" }
]

0 comments on commit bb17e2f

Please sign in to comment.