Skip to content

Commit c679157

Browse files
committed
chore: Freed up tests folder name
1 parent d314073 commit c679157

78 files changed

Lines changed: 2 additions & 4 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@
4040
"lint:types": "tsc --noEmit",
4141
"prepack": "pnpm build",
4242
"preexample": "vite build",
43-
"test": "vitest",
44-
"test:all": "concurrently \"pnpm:test:run\" \"pnpm:test:example\" --prefix-colors auto",
43+
"test": "concurrently \"pnpm:test:*\" --names \"test:\" --prefix-colors auto",
4544
"test:example": "pnpm preexample && cd examples && pnpm test",
46-
"test:run": "vitest run",
47-
"test:ui": "vitest --ui"
45+
"test:vitest": "vitest run --exclude dist-for-testing --exclude tests"
4846
},
4947
"dependencies": {
5048
"@babel/core": "^7.27.4",

tests/cases/gjs/component-class-with-content-before-template.gjs renamed to tests-vitest/cases/gjs/component-class-with-content-before-template.gjs

File renamed without changes.

tests/cases/gjs/component-class-with-template-literal.gjs renamed to tests-vitest/cases/gjs/component-class-with-template-literal.gjs

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)