Skip to content

Commit 2bf9d73

Browse files
committed
Rename test to unit
1 parent b57df9f commit 2bf9d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-sqlite-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"typings": "driver/index.d.ts",
1616
"scripts": {
1717
"lint": "eslint **/*.js",
18-
"test": "jest ./**/*.test.js"
18+
"unit": "jest ./**/*.test.js"
1919
},
2020
"dependencies": {
2121
"@cubejs-backend/base-driver": "1.3.78",

0 commit comments

Comments
 (0)