fix the unfixeble
This commit is contained in:
+2
-1
@@ -39,8 +39,9 @@
|
||||
"test:api": "tsx --test tests/apiClient.test.ts",
|
||||
"test:sync": "tsx --test tests/syncOutbox.test.ts",
|
||||
"test:saf": "tsx --test tests/safWalk.test.ts",
|
||||
"test:syncDevice": "tsx --test tests/syncDevice.test.ts",
|
||||
"test:e2e": "tsx --test tests/e2e.live.test.ts",
|
||||
"test": "npm run test:db && npm run test:api && npm run test:sync && npm run test:saf"
|
||||
"test": "npm run test:db && npm run test:api && npm run test:sync && npm run test:saf && npm run test:syncDevice"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user