Skip to content

Commit

Permalink
chore: update path to tests in test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tabcat committed Nov 24, 2023
1 parent fc93c56 commit e059e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"build:meta": "rm -rf dist aegir/dist && tsc -p aegir && ln -sf ./aegir/dist/.aegir.js ./.aegir.js",
"build": "npm run build:meta && aegir build && tsc-alias",
"docs": "NODE_OPTIONS=--max_old_space_size=4096 aegir docs",
"test:chrome": "npm run build && aegir test -b -t browser -f ./dist/test/**/test-*.js",
"test:node": "npm run build && npm run clean && aegir test -b -t node -f ./dist/test/**/test-*.js -- --exit && npm run clean",
"test:chrome": "aegir test -b -t browser -f ./dist/test/**/*.spec.js",
"test:node": "npm run clean && aegir test -b -t node -f ./dist/test/**/*.spec.js -- --exit && npm run clean",
"test": "npm run test:node && npm run test:chrome",
"clean": "git clean -fq test/test-fixtures && git clean -fqX test/temp .polendina/ && git checkout -- test/test-fixtures"
},
Expand Down

0 comments on commit e059e20

Please sign in to comment.