Skip to content

Commit cd30737

Browse files
add test:strings script
1 parent e77a93e commit cd30737

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
"test:jest:jsdom": "JSDOM=true pnpm test:jest",
7575
"test:map": "pnpm test:watch map.test.ts",
7676
"test:blob": "pnpm test:watch blob.test.ts",
77-
"test:generators": "pnpm test:watch generators.test.ts"
77+
"test:generators": "pnpm test:watch generators.test.ts",
78+
"test:strings": "pnpm test:watch strings.test.ts"
7879
},
7980
"devDependencies": {
8081
"@alessiofrittoli/node-scripts": "^2.2.1",

0 commit comments

Comments
 (0)