Skip to content

Commit 24f3852

Browse files
authored
Merge pull request #342 from objectstack-ai/dependabot/npm_and_yarn/vitest-4.0.18
2 parents aa6242b + d21e232 commit 24f3852

3 files changed

Lines changed: 83 additions & 380 deletions

File tree

apps/console/src/__tests__/SpecCompliance.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
import { describe, it, expect } from 'vitest';
3-
import appConfig from '../../objectstack.shared';
3+
import appConfig from '../../objectstack.config';
44

55
/**
66
* Spec Compliance Tests

packages/data-objectstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"tsup": "^8.0.1",
3737
"typescript": "^5.3.3",
38-
"vitest": "^1.2.0"
38+
"vitest": "^4.0.18"
3939
},
4040
"publishConfig": {
4141
"access": "public"

0 commit comments

Comments
 (0)