Skip to content

Commit

Permalink
chore: remove unneeded infra tests
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Apr 18, 2024
1 parent a59ea90 commit ac0d7d5
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 266 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/infra-tests.yml

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"test:docs": "FORCE_COLOR=2 pnpm build:docs && pnpm run -r --workspace-concurrency=-1 --if-present test:docs",
"test:blueprints": "pnpm run -r --workspace-concurrency=-1 --if-present test:blueprints",
"test:fastboot": "pnpm run -r --workspace-concurrency=-1 --if-present test:fastboot",
"test:embroider": "pnpm run -r ---workspace-concurrency=-1 --if-present test:embroider",
"test:infra": "pnpm run -r --workspace-concurrency=-1 --if-present test:infra"
"test:embroider": "pnpm run -r ---workspace-concurrency=-1 --if-present test:embroider"
},
"devDependencies": {
"@babel/core": "^7.24.4",
Expand Down
1 change: 0 additions & 1 deletion packages/unpublished-test-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"test": "tests"
},
"scripts": {
"test:infra": "ember test",
"build:types": "tsc --build --emitDeclarationOnly",
"_build": "bun run build:types",
"_syncPnpm": "bun run sync-dependencies-meta-injected"
Expand Down
14 changes: 0 additions & 14 deletions packages/unpublished-test-infra/tests/dummy/app/app.js

This file was deleted.

25 changes: 0 additions & 25 deletions packages/unpublished-test-infra/tests/dummy/app/index.html

This file was deleted.

3 changes: 0 additions & 3 deletions packages/unpublished-test-infra/tests/dummy/app/resolver.js

This file was deleted.

10 changes: 0 additions & 10 deletions packages/unpublished-test-infra/tests/dummy/app/router.js

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

52 changes: 0 additions & 52 deletions packages/unpublished-test-infra/tests/dummy/config/environment.js

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions packages/unpublished-test-infra/tests/dummy/config/targets.js

This file was deleted.

Empty file.
41 changes: 0 additions & 41 deletions packages/unpublished-test-infra/tests/index.html

This file was deleted.

16 changes: 0 additions & 16 deletions packages/unpublished-test-infra/tests/test-helper.js

This file was deleted.

Empty file.

This file was deleted.

0 comments on commit ac0d7d5

Please sign in to comment.