Skip to content

Commit

Permalink
Move tests around
Browse files Browse the repository at this point in the history
  • Loading branch information
cloke committed Nov 21, 2024
1 parent c906385 commit dcf8355
Show file tree
Hide file tree
Showing 48 changed files with 1,005 additions and 1,753 deletions.
25 changes: 11 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,16 @@
"license": "MIT",
"author": "crunchybananas",
"scripts": {
"prepare": "pnpm --filter ember-apache-echarts run prepare",
"start": "npm-run-all --parallel start:*",
"start:addon": "pnpm --filter ember-apache-echarts run start",
"start:test-app": "pnpm --filter test-app run start",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",
"lint:addon": "pnpm --filter ember-apache-echarts run lint",
"lint:test-app": "pnpm --filter test-app run lint",
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:fix:*",
"lint:fix:addon": "pnpm --filter ember-apache-echarts run lint:fix",
"lint:fix:test-app": "pnpm --filter test-app run lint:fix",
"test": "npm-run-all --aggregate-output --continue-on-error --parallel test:*",
"test:addon": "pnpm --filter ember-apache-echarts run test",
"test:test-app": "pnpm --filter test-app run test"
"build": "pnpm --filter ember-apache-echarts build",
"lint": "pnpm --filter '*' lint",
"lint:fix": "pnpm --filter '*' lint:fix",
"prepare": "pnpm build && pnpm sync",
"start": "concurrently 'npm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:addon": "pnpm --filter ember-apache-echarts start --no-watch.clearScreen",
"start:test-app": "pnpm --filter test-app start",
"sync": "pnpm --filter test-app _syncPnpm",
"test": "pnpm --filter '*' test",
"test:ember": "pnpm --filter '*' test:ember"
},
"dependencies": {
"@glint/core": "^1.4.0",
Expand All @@ -31,9 +28,9 @@
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/ember": "^3.0.8",
"concurrently": "^9.0.1",
"package-up": "^5.0.0",
"rollup": "^4.18.1",
"npm-run-all": "4.1.5",
"prettier": "3.3.3"
},
"packageManager": "[email protected]",
Expand Down
1,163 changes: 993 additions & 170 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- 'ember-apache-echarts'
- 'test-app'
- 'tests/*'
19 changes: 0 additions & 19 deletions test-app/.editorconfig

This file was deleted.

9 changes: 0 additions & 9 deletions test-app/.ember-cli

This file was deleted.

22 changes: 0 additions & 22 deletions test-app/.eslintignore

This file was deleted.

58 changes: 0 additions & 58 deletions test-app/.eslintrc.js

This file was deleted.

26 changes: 0 additions & 26 deletions test-app/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions test-app/.prettierignore

This file was deleted.

13 changes: 0 additions & 13 deletions test-app/.prettierrc.js

This file was deleted.

5 changes: 0 additions & 5 deletions test-app/.template-lintrc.js

This file was deleted.

3 changes: 0 additions & 3 deletions test-app/.watchmanconfig

This file was deleted.

56 changes: 0 additions & 56 deletions test-app/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions test-app/app/app.js

This file was deleted.

Empty file removed test-app/app/components/.gitkeep
Empty file.
Loading

0 comments on commit dcf8355

Please sign in to comment.