|
42 | 42 | "build:js": "shx rm -rf dist/js/ && shx mkdir -p dist/js/ && shx cp -rf src/test dist/js/ && babel src --out-dir dist/js/ --no-babelrc --config-file ./.babelrc-js.js", |
43 | 43 | "build": "npm run build:mjs && npm run build:js", |
44 | 44 | "lint": "eslint --plugin markdown --ext js,md .", |
45 | | - "test:mocha:src": "mocha --opts ./env/mocha/mocha.babel.opts ./src/test/tests/**/*.js", |
46 | | - "test:mocha:mjs": "mocha --opts ./env/mocha/mocha.babel.opts ./dist/mjs/test/tests/**/*.js", |
47 | | - "test:mocha:js": "mocha --opts ./env/mocha/mocha.opts ./dist/js/test/tests/**/*.js", |
| 45 | + "test:mocha:src": "mocha --opts ./env/mocha/mocha.babel.opts ./src/test/tests/main/qweqwe/travis.js", |
| 46 | + "test:mocha:mjs": "mocha --opts ./env/mocha/mocha.babel.opts ./dist/mjs/test/tests/main/qweqwe/travis.js", |
| 47 | + "test:mocha:js": "mocha --opts ./env/mocha/mocha.opts ./dist/js/test/tests/main/qweqwe/travis.js", |
48 | 48 | "test": "npm run test:mocha:mjs && npm run test:mocha:js", |
49 | 49 | "test:all": "npm run lint && npm run clean && npm run test:mocha:src && npm run build && npm run test:mocha:mjs && npm run test:mocha:js", |
50 | 50 | "test:all:coverage": "npm run lint && npm run clean && npm run build && npm run coverage && nyc check-coverage --report-dir tmp/coverage/all/lcov --lines 100 --functions 100 --branches 100", |
51 | | - "watch:mocha": "mocha --opts ./env/mocha/mocha.babel.opts ./src/test/tests/**/*.js --watch", |
| 51 | + "watch:mocha": "mocha --opts ./env/mocha/mocha.babel.opts ./src/test/tests/main/qweqwe/travis.js --watch", |
52 | 52 | "perf:mocha": "mocha --opts ./env/mocha/mocha.babel.opts ./src/test/performance/**/*.js", |
53 | 53 | "test:coverage": "npm run test:mocha:src && npm run test:mocha:mjs && npm run test:mocha:js", |
54 | 54 | "coverage:mocha": "nyc npm run test:coverage", |
|
0 commit comments