Skip to content

Commit 48275c3

Browse files
committed
update package name
1 parent c79c5a6 commit 48275c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"test": "vitest --project eslint-rules --project unit-and-integration --coverage",
5757
"pretest:accuracy": "npm run build",
5858
"test:accuracy": "sh ./scripts/accuracy/runAccuracyTests.sh",
59-
"test:atlas": "vitest --project atlas-long-running --coverage",
59+
"test:long-running-tests": "vitest --project atlas-long-running --coverage",
6060
"atlas:cleanup": "vitest --project atlas-cleanup"
6161
},
6262
"license": "Apache-2.0",

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default defineConfig({
6666
{
6767
extends: true,
6868
test: {
69-
name: "atlas-long-running",
69+
name: "long-running-tests",
7070
include: [...longRunningTests],
7171
testTimeout: 7200000, // 2 hours for long-running tests
7272
hookTimeout: 7200000,

0 commit comments

Comments
 (0)