Skip to content

Commit da16990

Browse files
Merge pull request #1107 from remarkablemark/test/esm
test: rename script `test:module` to `test:esm`
2 parents abe6bf6 + 70019e1 commit da16990

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm run test:ci
2929

3030
- name: Run module tests
31-
run: npm run test:module
31+
run: npm run test:esm
3232

3333
- name: Run integration tests
3434
run: npm run test:integration

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
. "$(dirname "$0")/_/husky.sh"
33

44
npm run test:ci
5+
npm run test:esm
56
npx lint-staged

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"size-limit": "size-limit",
3131
"test": "jest --coverage --testPathIgnorePatterns test/integration/",
3232
"test:ci": "npm test -- --ci --colors",
33-
"test:module": "node --test test/module/",
33+
"test:esm": "node --test test/esm",
3434
"test:integration": "npm run build && jest --env=jsdom test/integration/",
3535
"test:watch": "npm test -- --watch"
3636
},
File renamed without changes.

0 commit comments

Comments
 (0)