Skip to content

Commit 33dd3cb

Browse files
committed
update package name
1 parent a7cdd9c commit 33dd3cb

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
@@ -57,7 +57,7 @@ export default defineConfig({
5757
{
5858
extends: true,
5959
test: {
60-
name: "atlas-long-running",
60+
name: "long-running-tests",
6161
include: [...longRunningTests],
6262
testTimeout: 7200000, // 2 hours for long-running tests
6363
hookTimeout: 7200000,

0 commit comments

Comments
 (0)