Skip to content

Commit c89d200

Browse files
committed
chore: move core test from this repo to core repo
1 parent 2985ab7 commit c89d200

File tree

2 files changed

+2
-4059
lines changed

2 files changed

+2
-4059
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@sqlitecloud/drivers",
3-
"version": "1.0.613",
3+
"version": "1.0.621",
44
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
77
"files": [
88
"lib/**/*"
99
],
1010
"scripts": {
11-
"test": "jest --silent --coverage --testPathIgnorePatterns=core",
11+
"test": "jest --silent --coverage",
1212
"build": "rm -rf ./lib/ && tsc --project tsconfig.build.json && npx webpack",
1313
"publish": "npm run build && npm publish --access public",
1414
"prettier": "prettier --write 'src/**/*'",

0 commit comments

Comments
 (0)