Skip to content

Commit

Permalink
Restructured tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Sep 4, 2024
1 parent f2b8d2d commit 5d886be
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 32 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@
"@types/node": "^22.5.2",
"@types/pg": "^8.11.8",
"@types/rethinkdb": "^2.3.21",
"@types/wtfnode": "^0.7.3",
"async": "^3.2.6",
"better-sqlite3": "^11.2.1",
"cassandra-driver": "^4.7.2",
"cli-table": "^0.3.11",
"cli-table3": "^0.6.5",
"dirty-ts": "^1.1.8",
"elasticsearch8": "npm:@elastic/elasticsearch@^8.8.1",
"eslint": "^8.57.0",
Expand All @@ -50,14 +51,14 @@
"randexp-ts": "^1.0.5",
"redis": "^4.7.0",
"rethinkdb": "^2.4.2",
"rollup": "^4.21.2",
"rollup-plugin-typescript2": "^0.36.0",
"semver": "^7.6.3",
"simple-git": "^3.26.0",
"surrealdb.js": "^0.11.1",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"wtfnode": "^0.9.3",
"rollup": "^4.21.2"
"wtfnode": "^0.9.3"
},
"repository": {
"type": "git",
Expand Down
63 changes: 37 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions test/test.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// @ts-expect-error TS(7016): Could not find a declaration file for module 'wtfn... Remove this comment to see the full error message
import wtfnode from 'wtfnode';
// @ts-expect-error TS(7016): Could not find a declaration file for module 'cli-... Remove this comment to see the full error message
import Clitable from 'cli-table';
import Clitable from 'cli-table3';
import Randexp from 'randexp-ts';
import {databases} from './lib/databases';
import {promises} from 'fs';
Expand Down

0 comments on commit 5d886be

Please sign in to comment.