1
0
Fork 0

fix(test): Call mocha without path

This commit is contained in:
Joost De Cock 2022-02-19 10:03:12 +01:00
parent d45cb7b554
commit cde12f2b70
74 changed files with 148 additions and 148 deletions

View file

@ -21,12 +21,12 @@
],
"main": "index.js",
"scripts": {
"test": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.mjs --require @babel/register",
"test": "BABEL_ENV=production mocha tests/*.test.mjs --require @babel/register",
"pubtest": "npm publish --registry http://localhost:6662",
"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 --jobs 4 --parallel --reporter ../../tests/reporters/terse.js"
"testci": "BABEL_ENV=production mocha tests/*.test.mjs --require @babel/register --jobs 4 --parallel --reporter ../../tests/reporters/terse.js"
},
"peerDependencies": {},
"dependencies": {