1
0
Fork 0

chore: Reconfigure with new test settings

This commit is contained in:
Joost De Cock 2022-02-19 09:48:36 +01:00
parent e817e1bd47
commit d45cb7b554
73 changed files with 76 additions and 76 deletions

View file

@ -35,7 +35,7 @@
"pubforce": "npm publish",
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
"start": "rollup -c -w",
"testci": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.mjs --require @babel/register",
"testci": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.mjs --require @babel/register --jobs 4 --parallel --reporter ../../tests/reporters/terse.js",
"prettier": "npx prettier --write 'src/*.js' 'tests/*.mjs'"
},
"peerDependencies": {