Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 3, 2023
1 parent 9daf6a5 commit 3b52f80
Show file tree
Hide file tree
Showing 12 changed files with 168 additions and 2,054 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -49,4 +49,4 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
- name: Run unit tests
run: pnpm unit
run: pnpm bnt
7 changes: 2 additions & 5 deletions package.json
Expand Up @@ -15,8 +15,7 @@
"node": ">=18.0.0"
},
"scripts": {
"unit": "node test/index.test.js",
"test": "pnpm unit && eslint ."
"test": "bnt && eslint ."
},
"dependencies": {
"clean-publish": "^4.2.0",
Expand All @@ -33,6 +32,7 @@
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/node": "^17.0.45",
"better-node-test": "^0.2.0",
"browserify": "^17.0.0",
"esbuild": "^0.14.54",
"eslint": "^8.52.0",
Expand All @@ -44,16 +44,13 @@
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"fs-extra": "^10.1.0",
"metro": "^0.59.0",
"metro-react-native-babel-transformer": "^0.59.0",
"nanoid": "^3.3.6",
"parcel": "1.12.3",
"rollup": "^2.79.1",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.9.5",
"uvu": "^0.5.6",
"webpack": "^5.89.0"
},
"eslintConfig": {
Expand Down

0 comments on commit 3b52f80

Please sign in to comment.