Skip to content

Commit

Permalink
Merge pull request #756 from thoov/new-test-suite
Browse files Browse the repository at this point in the history
Leverage test-scenarios from ember-auto-import
  • Loading branch information
ef4 committed Apr 17, 2021
2 parents b6e8657 + 13b6b39 commit 8b2c20d
Show file tree
Hide file tree
Showing 66 changed files with 1,335 additions and 566 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
/packages/hbs-loader/**/*.d.ts
/test-packages/support/**/*.js
/test-packages/**/*.d.ts
/tests/scenarios/**/*.js
/tests/scenarios/**/*.d.ts
/packages/test-setup/**/*.js
/packages/test-setup/**/*.d.ts

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"types/@babel__traverse",
"types/broccoli-funnel",
"types/broccoli-concat",
"types/ember-cli-htmlbars"
"types/ember-cli-htmlbars",
"tests/scenarios",
"tests/app-template"
],
"nohoist": [
"**/@types/broccoli-plugin"
Expand Down
1 change: 1 addition & 0 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
},
"devDependencies": {
"@ember/optional-features": "^0.7.0",
"@ember/string": "^1.0.0",
"@embroider/compat": "0.39.1",
"@embroider/core": "0.39.1",
"@embroider/test-support": "0.36.0",
Expand Down
1 change: 1 addition & 0 deletions test-packages/engines-host-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"devDependencies": {
"@ember/jquery": "^0.6.0",
"@ember/optional-features": "^0.7.0",
"@ember/string": "^1.0.0",
"@embroider/compat": "0.39.1",
"@embroider/core": "0.39.1",
"@embroider/router": "0.39.1",
Expand Down
31 changes: 0 additions & 31 deletions test-packages/fastboot-app/.travis.yml

This file was deleted.

14 changes: 0 additions & 14 deletions test-packages/fastboot-app/app/components/check-service.hbs

This file was deleted.

16 changes: 0 additions & 16 deletions test-packages/fastboot-app/app/components/check-service.js

This file was deleted.

1 change: 0 additions & 1 deletion test-packages/fastboot-app/app/components/example.hbs

This file was deleted.

5 changes: 0 additions & 5 deletions test-packages/fastboot-app/app/components/example.js

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions test-packages/fastboot-app/app/components/lazy-component.js

This file was deleted.

1 change: 0 additions & 1 deletion test-packages/fastboot-app/app/lib/switchable.js

This file was deleted.

14 changes: 0 additions & 14 deletions test-packages/fastboot-app/app/routes/index.js

This file was deleted.

5 changes: 0 additions & 5 deletions test-packages/fastboot-app/app/templates/index.hbs

This file was deleted.

36 changes: 0 additions & 36 deletions test-packages/fastboot-app/fastboot-tests/fastboot-basic-tests.js

This file was deleted.

39 changes: 0 additions & 39 deletions test-packages/fastboot-app/fastboot-tests/util.js

This file was deleted.

1 change: 0 additions & 1 deletion test-packages/fastboot-app/fastboot/lib/switchable.js

This file was deleted.

This file was deleted.

77 changes: 0 additions & 77 deletions test-packages/fastboot-app/package.json

This file was deleted.

2 changes: 0 additions & 2 deletions test-packages/fastboot-app/testem.js

This file was deleted.

49 changes: 0 additions & 49 deletions test-packages/fastboot-app/tests/acceptance/basic-test.js

This file was deleted.

8 changes: 0 additions & 8 deletions test-packages/fastboot-app/tests/test-helper.js

This file was deleted.

1 change: 1 addition & 0 deletions test-packages/macro-sample-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"devDependencies": {
"@ember/optional-features": "^0.7.0",
"@ember/string": "^1.0.0",
"@embroider/compat": "0.39.1",
"@embroider/core": "0.39.1",
"@embroider/test-support": "0.36.0",
Expand Down
Loading

0 comments on commit 8b2c20d

Please sign in to comment.