Skip to content

Commit

Permalink
Test script setup
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Jul 18, 2023
1 parent fe1d29a commit c8ad1ac
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 420 deletions.
11 changes: 11 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@
"release:alpha": "node_modules/.bin/release-it --preRelease=alpha --no-git.requireUpstream",
"release:beta": "node_modules/.bin/release-it --preRelease=beta --no-git.requireUpstream",
"release": "node_modules/.bin/release-it",
"test": "node --test test/index.js",
"test:deno": "deno test --allow-read --allow-env --allow-run test/commands/index.js",
"test:dev": "node --test test/index.js | tee test-output.log"
"test": "npm run test:browser && npm run test:node && npm run test:deno",
"test:dev": "npm run test | tee test-output.log",
"test:browser": "qunitx test/index.js --debug",
"test:deno": "deno test --allow-read --allow-env --allow-run test/index.js",
"test:node": "node --test test/index.js"
},
"devDependencies": {
"ts-node": ">=10.7.0",
Expand Down
Loading

0 comments on commit c8ad1ac

Please sign in to comment.