Skip to content

Commit 9b38852

Browse files
committed
chore: Updated test fixtures (updated scripts)
1 parent b650d37 commit 9b38852

File tree

11 files changed

+55
-55
lines changed
  • tests/fixtures
    • ember-container-query-customizations/output/packages/ember-container-query
    • ember-container-query-glint/output/ember-container-query
    • ember-container-query-scoped/output/ember-container-query
    • ember-container-query-typescript/output/ember-container-query
    • new-v1-addon-customizations/output/packages/new-v1-addon
    • new-v1-addon-typescript/output/new-v1-addon
    • steps/update-addon-package-json

11 files changed

+55
-55
lines changed

tests/fixtures/ember-container-query-customizations/output/packages/ember-container-query/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"test": "tests"
2525
},
2626
"scripts": {
27-
"build": "concurrently \"npm:build:*\"",
27+
"build": "concurrently \"npm:build:*\" --names \"build:\"",
2828
"build:js": "rollup --config",
2929
"build:test": "ember build --environment=test",
30-
"build:types": "glint --declaration",
30+
"build:types": "glint --build",
3131
"changelog": "lerna-changelog",
3232
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
3333
"lint:css": "stylelint \"tests/dummy/app/**/*.css\" --cache",
@@ -41,9 +41,9 @@
4141
"lint:types": "glint",
4242
"postpack": "ember ts:clean",
4343
"prepack": "rollup --config",
44-
"start": "concurrently \"npm:start:*\"",
45-
"start:js": "rollup --config --watch",
46-
"start:types": "glint --watch",
44+
"start": "concurrently \"npm:start:*\" --names \"start:\"",
45+
"start:js": "rollup --config --watch --no-watch.clearScreen",
46+
"start:types": "glint --build --watch",
4747
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
4848
"test:ember": "ember test",
4949
"test:ember-compatibility": "./node_modules/.bin/ember try:one"

tests/fixtures/ember-container-query-glint/output/ember-container-query/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"test": "tests"
2525
},
2626
"scripts": {
27-
"build": "concurrently \"npm:build:*\"",
27+
"build": "concurrently \"npm:build:*\" --names \"build:\"",
2828
"build:js": "rollup --config",
2929
"build:test": "ember build --environment=test",
30-
"build:types": "glint --declaration",
30+
"build:types": "glint --build",
3131
"changelog": "lerna-changelog",
3232
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
3333
"lint:css": "stylelint \"tests/dummy/app/**/*.css\" --cache",
@@ -41,9 +41,9 @@
4141
"lint:types": "glint",
4242
"postpack": "ember ts:clean",
4343
"prepack": "rollup --config",
44-
"start": "concurrently \"npm:start:*\"",
45-
"start:js": "rollup --config --watch",
46-
"start:types": "glint --watch",
44+
"start": "concurrently \"npm:start:*\" --names \"start:\"",
45+
"start:js": "rollup --config --watch --no-watch.clearScreen",
46+
"start:types": "glint --build --watch",
4747
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
4848
"test:ember": "ember test",
4949
"test:ember-compatibility": "./node_modules/.bin/ember try:one"

tests/fixtures/ember-container-query-scoped/output/ember-container-query/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"test": "tests"
2525
},
2626
"scripts": {
27-
"build": "concurrently \"npm:build:*\"",
27+
"build": "concurrently \"npm:build:*\" --names \"build:\"",
2828
"build:js": "rollup --config",
2929
"build:test": "ember build --environment=test",
30-
"build:types": "glint --declaration",
30+
"build:types": "glint --build",
3131
"changelog": "lerna-changelog",
3232
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
3333
"lint:css": "stylelint \"tests/dummy/app/**/*.css\" --cache",
@@ -41,9 +41,9 @@
4141
"lint:types": "glint",
4242
"postpack": "ember ts:clean",
4343
"prepack": "rollup --config",
44-
"start": "concurrently \"npm:start:*\"",
45-
"start:js": "rollup --config --watch",
46-
"start:types": "glint --watch",
44+
"start": "concurrently \"npm:start:*\" --names \"start:\"",
45+
"start:js": "rollup --config --watch --no-watch.clearScreen",
46+
"start:types": "glint --build --watch",
4747
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
4848
"test:ember": "ember test",
4949
"test:ember-compatibility": "./node_modules/.bin/ember try:one"

tests/fixtures/ember-container-query-typescript/output/ember-container-query/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"test": "tests"
2525
},
2626
"scripts": {
27-
"build": "concurrently \"npm:build:*\"",
27+
"build": "concurrently \"npm:build:*\" --names \"build:\"",
2828
"build:js": "rollup --config",
2929
"build:test": "ember build --environment=test",
30-
"build:types": "tsc --declaration",
30+
"build:types": "tsc --build",
3131
"changelog": "lerna-changelog",
3232
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
3333
"lint:css": "stylelint \"tests/dummy/app/**/*.css\" --cache",
@@ -41,9 +41,9 @@
4141
"lint:types": "tsc --noEmit",
4242
"postpack": "ember ts:clean",
4343
"prepack": "rollup --config",
44-
"start": "concurrently \"npm:start:*\"",
45-
"start:js": "rollup --config --watch",
46-
"start:types": "tsc --watch",
44+
"start": "concurrently \"npm:start:*\" --names \"start:\"",
45+
"start:js": "rollup --config --watch --no-watch.clearScreen",
46+
"start:types": "tsc --build --watch",
4747
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
4848
"test:ember": "ember test",
4949
"test:ember-compatibility": "./node_modules/.bin/ember try:one"

tests/fixtures/new-v1-addon-customizations/output/packages/new-v1-addon/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"test": "tests"
1414
},
1515
"scripts": {
16-
"build": "concurrently \"npm:build:*\"",
16+
"build": "concurrently \"npm:build:*\" --names \"build:\"",
1717
"build:js": "rollup --config",
18-
"build:types": "tsc --declaration",
18+
"build:types": "tsc --build",
1919
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
2020
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
2121
"lint:hbs": "ember-template-lint .",
@@ -25,9 +25,9 @@
2525
"lint:types": "tsc --noEmit",
2626
"postpack": "ember ts:clean",
2727
"prepack": "rollup --config",
28-
"start": "concurrently \"npm:start:*\"",
29-
"start:js": "rollup --config --watch",
30-
"start:types": "tsc --watch",
28+
"start": "concurrently \"npm:start:*\" --names \"start:\"",
29+
"start:js": "rollup --config --watch --no-watch.clearScreen",
30+
"start:types": "tsc --build --watch",
3131
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
3232
"test:ember": "ember test",
3333
"test:ember-compatibility": "ember try:each"

tests/fixtures/new-v1-addon-typescript/output/new-v1-addon/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"test": "tests"
1414
},
1515
"scripts": {
16-
"build": "concurrently \"npm:build:*\"",
16+
"build": "concurrently \"npm:build:*\" --names \"build:\"",
1717
"build:js": "rollup --config",
18-
"build:types": "tsc --declaration",
18+
"build:types": "tsc --build",
1919
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
2020
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
2121
"lint:hbs": "ember-template-lint .",
@@ -25,9 +25,9 @@
2525
"lint:types": "tsc --noEmit",
2626
"postpack": "ember ts:clean",
2727
"prepack": "rollup --config",
28-
"start": "concurrently \"npm:start:*\"",
29-
"start:js": "rollup --config --watch",
30-
"start:types": "tsc --watch",
28+
"start": "concurrently \"npm:start:*\" --names \"start:\"",
29+
"start:js": "rollup --config --watch --no-watch.clearScreen",
30+
"start:types": "tsc --build --watch",
3131
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
3232
"test:ember": "ember test",
3333
"test:ember-compatibility": "ember try:each"

tests/fixtures/steps/update-addon-package-json/customizations/output/packages/ember-container-query/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"test": "tests"
2525
},
2626
"scripts": {
27-
"build": "concurrently \"npm:build:*\"",
27+
"build": "concurrently \"npm:build:*\" --names \"build:\"",
2828
"build:js": "rollup --config",
2929
"build:test": "ember build --environment=test",
30-
"build:types": "glint --declaration",
30+
"build:types": "glint --build",
3131
"changelog": "lerna-changelog",
3232
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
3333
"lint:css": "stylelint \"tests/dummy/app/**/*.css\" --cache",
@@ -41,9 +41,9 @@
4141
"lint:types": "glint",
4242
"postpack": "ember ts:clean",
4343
"prepack": "rollup --config",
44-
"start": "concurrently \"npm:start:*\"",
45-
"start:js": "rollup --config --watch",
46-
"start:types": "glint --watch",
44+
"start": "concurrently \"npm:start:*\" --names \"start:\"",
45+
"start:js": "rollup --config --watch --no-watch.clearScreen",
46+
"start:types": "glint --build --watch",
4747
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
4848
"test:ember": "ember test",
4949
"test:ember-compatibility": "./node_modules/.bin/ember try:one"

tests/fixtures/steps/update-addon-package-json/glint/output/ember-container-query/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"test": "tests"
2525
},
2626
"scripts": {
27-
"build": "concurrently \"npm:build:*\"",
27+
"build": "concurrently \"npm:build:*\" --names \"build:\"",
2828
"build:js": "rollup --config",
2929
"build:test": "ember build --environment=test",
30-
"build:types": "glint --declaration",
30+
"build:types": "glint --build",
3131
"changelog": "lerna-changelog",
3232
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
3333
"lint:css": "stylelint \"tests/dummy/app/**/*.css\" --cache",
@@ -41,9 +41,9 @@
4141
"lint:types": "glint",
4242
"postpack": "ember ts:clean",
4343
"prepack": "rollup --config",
44-
"start": "concurrently \"npm:start:*\"",
45-
"start:js": "rollup --config --watch",
46-
"start:types": "glint --watch",
44+
"start": "concurrently \"npm:start:*\" --names \"start:\"",
45+
"start:js": "rollup --config --watch --no-watch.clearScreen",
46+
"start:types": "glint --build --watch",
4747
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
4848
"test:ember": "ember test",
4949
"test:ember-compatibility": "./node_modules/.bin/ember try:one"

tests/fixtures/steps/update-addon-package-json/public-assets/output/ember-container-query/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"test": "tests"
2525
},
2626
"scripts": {
27-
"build": "concurrently \"npm:build:*\"",
27+
"build": "concurrently \"npm:build:*\" --names \"build:\"",
2828
"build:js": "rollup --config",
2929
"build:test": "ember build --environment=test",
30-
"build:types": "tsc --declaration",
30+
"build:types": "tsc --build",
3131
"changelog": "lerna-changelog",
3232
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
3333
"lint:css": "stylelint \"tests/dummy/app/**/*.css\" --cache",
@@ -41,9 +41,9 @@
4141
"lint:types": "tsc --noEmit",
4242
"postpack": "ember ts:clean",
4343
"prepack": "rollup --config",
44-
"start": "concurrently \"npm:start:*\"",
45-
"start:js": "rollup --config --watch",
46-
"start:types": "tsc --watch",
44+
"start": "concurrently \"npm:start:*\" --names \"start:\"",
45+
"start:js": "rollup --config --watch --no-watch.clearScreen",
46+
"start:types": "tsc --build --watch",
4747
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
4848
"test:ember": "ember test",
4949
"test:ember-compatibility": "./node_modules/.bin/ember try:one"

tests/fixtures/steps/update-addon-package-json/scoped/output/ember-container-query/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"test": "tests"
2525
},
2626
"scripts": {
27-
"build": "concurrently \"npm:build:*\"",
27+
"build": "concurrently \"npm:build:*\" --names \"build:\"",
2828
"build:js": "rollup --config",
2929
"build:test": "ember build --environment=test",
30-
"build:types": "glint --declaration",
30+
"build:types": "glint --build",
3131
"changelog": "lerna-changelog",
3232
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
3333
"lint:css": "stylelint \"tests/dummy/app/**/*.css\" --cache",
@@ -41,9 +41,9 @@
4141
"lint:types": "glint",
4242
"postpack": "ember ts:clean",
4343
"prepack": "rollup --config",
44-
"start": "concurrently \"npm:start:*\"",
45-
"start:js": "rollup --config --watch",
46-
"start:types": "glint --watch",
44+
"start": "concurrently \"npm:start:*\" --names \"start:\"",
45+
"start:js": "rollup --config --watch --no-watch.clearScreen",
46+
"start:types": "glint --build --watch",
4747
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
4848
"test:ember": "ember test",
4949
"test:ember-compatibility": "./node_modules/.bin/ember try:one"

0 commit comments

Comments
 (0)