Skip to content

Commit d4a592f

Browse files
committed
Remove test folder
1 parent d8cfcd5 commit d4a592f

21 files changed

Lines changed: 1 addition & 1 deletion

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"build": "npm run build:bundle && npm run build:types",
4141
"build:bundle": "vite build",
4242
"build:types": "tsc --emitDeclarationOnly && api-extractor run && del-cli dist/typings",
43-
"lint": "eslint 'src/**/*.ts' 'test/**/*.ts'",
43+
"lint": "eslint 'src/**/*.ts' 'tests/**/*.ts'",
4444
"prepare": "npm run build",
4545
"test": "npm run test:unit && npm run test:types",
4646
"test:unit": "vitest",
File renamed without changes.

0 commit comments

Comments
 (0)