Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Swap test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
eyelidlessness committed Jan 3, 2023
1 parent afb87f7 commit 891f866
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"eslint-check": "eslint app.js src/**/*.js test/**/*.ts",
"eslint-fix": "eslint app.js src/**/*.js test/**/*.ts --fix",
"prettier-fix": "prettier --write .",
"test": "nyc mocha test/*.spec.js --timeout 6000 && npm run prettier-fix && npm run eslint-fix && node update-readme-with-shield-badge.js",
"vitest": "vitest run",
"test:watch": "nodemon --exec 'mocha test/*.spec.js --timeout 6000000' --watch src --watch test --ext js,xml,xsl,ts",
"vitest:watch": "vitest",
"test": "vitest run",
"test:mocha": "nyc mocha test/*.spec.js --timeout 6000 && npm run prettier-fix && npm run eslint-fix && node update-readme-with-shield-badge.js",
"test:watch": "vitest",
"test:mocha-watch": "nodemon --exec 'mocha test/*.spec.ts --timeout 6000000' --watch src --watch test --ext js,xml,xsl,ts",
"build-docs": "rimraf docs && ./node_modules/.bin/jsdoc -c jsdoc.config.js",
"develop": "DEBUG=api,transformer,markdown,language node app.js & http-server test/forms -p 8081"
},
Expand Down

0 comments on commit 891f866

Please sign in to comment.