Skip to content

Commit

Permalink
run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Oct 16, 2023
1 parent b21d3a0 commit fdb4e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"doc:dev": "concurrently --kill-others \"node .github/fswatch.config.js\" \"vitepress dev doc\"",
"doc:bld": "node .github/jsdoc.config.cjs && vitepress build doc",
"test:unit": "node --test test/unit/index.js",
"test:e2e": "node --test test/e2e",
"test:e2e": "node --test test/e2e/*.js",
"demo": "cd test/fixture && node demo.js"
},
"devDependencies": {
Expand Down

0 comments on commit fdb4e2a

Please sign in to comment.