Skip to content

Commit

Permalink
chore: Updated test fixtures (updated scripts)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Jul 5, 2023
1 parent b650d37 commit 9b38852
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"test": "tests"
},
"scripts": {
"build": "concurrently \"npm:build:*\"",
"build": "concurrently \"npm:build:*\" --names \"build:\"",
"build:js": "rollup --config",
"build:test": "ember build --environment=test",
"build:types": "glint --declaration",
"build:types": "glint --build",
"changelog": "lerna-changelog",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"tests/dummy/app/**/*.css\" --cache",
Expand All @@ -41,9 +41,9 @@
"lint:types": "glint",
"postpack": "ember ts:clean",
"prepack": "rollup --config",
"start": "concurrently \"npm:start:*\"",
"start:js": "rollup --config --watch",
"start:types": "glint --watch",
"start": "concurrently \"npm:start:*\" --names \"start:\"",
"start:js": "rollup --config --watch --no-watch.clearScreen",
"start:types": "glint --build --watch",
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
"test:ember": "ember test",
"test:ember-compatibility": "./node_modules/.bin/ember try:one"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"test": "tests"
},
"scripts": {
"build": "concurrently \"npm:build:*\"",
"build": "concurrently \"npm:build:*\" --names \"build:\"",
"build:js": "rollup --config",
"build:test": "ember build --environment=test",
"build:types": "glint --declaration",
"build:types": "glint --build",
"changelog": "lerna-changelog",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"tests/dummy/app/**/*.css\" --cache",
Expand All @@ -41,9 +41,9 @@
"lint:types": "glint",
"postpack": "ember ts:clean",
"prepack": "rollup --config",
"start": "concurrently \"npm:start:*\"",
"start:js": "rollup --config --watch",
"start:types": "glint --watch",
"start": "concurrently \"npm:start:*\" --names \"start:\"",
"start:js": "rollup --config --watch --no-watch.clearScreen",
"start:types": "glint --build --watch",
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
"test:ember": "ember test",
"test:ember-compatibility": "./node_modules/.bin/ember try:one"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"test": "tests"
},
"scripts": {
"build": "concurrently \"npm:build:*\"",
"build": "concurrently \"npm:build:*\" --names \"build:\"",
"build:js": "rollup --config",
"build:test": "ember build --environment=test",
"build:types": "glint --declaration",
"build:types": "glint --build",
"changelog": "lerna-changelog",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"tests/dummy/app/**/*.css\" --cache",
Expand All @@ -41,9 +41,9 @@
"lint:types": "glint",
"postpack": "ember ts:clean",
"prepack": "rollup --config",
"start": "concurrently \"npm:start:*\"",
"start:js": "rollup --config --watch",
"start:types": "glint --watch",
"start": "concurrently \"npm:start:*\" --names \"start:\"",
"start:js": "rollup --config --watch --no-watch.clearScreen",
"start:types": "glint --build --watch",
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
"test:ember": "ember test",
"test:ember-compatibility": "./node_modules/.bin/ember try:one"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"test": "tests"
},
"scripts": {
"build": "concurrently \"npm:build:*\"",
"build": "concurrently \"npm:build:*\" --names \"build:\"",
"build:js": "rollup --config",
"build:test": "ember build --environment=test",
"build:types": "tsc --declaration",
"build:types": "tsc --build",
"changelog": "lerna-changelog",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"tests/dummy/app/**/*.css\" --cache",
Expand All @@ -41,9 +41,9 @@
"lint:types": "tsc --noEmit",
"postpack": "ember ts:clean",
"prepack": "rollup --config",
"start": "concurrently \"npm:start:*\"",
"start:js": "rollup --config --watch",
"start:types": "tsc --watch",
"start": "concurrently \"npm:start:*\" --names \"start:\"",
"start:js": "rollup --config --watch --no-watch.clearScreen",
"start:types": "tsc --build --watch",
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
"test:ember": "ember test",
"test:ember-compatibility": "./node_modules/.bin/ember try:one"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"test": "tests"
},
"scripts": {
"build": "concurrently \"npm:build:*\"",
"build": "concurrently \"npm:build:*\" --names \"build:\"",
"build:js": "rollup --config",
"build:types": "tsc --declaration",
"build:types": "tsc --build",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint:hbs": "ember-template-lint .",
Expand All @@ -25,9 +25,9 @@
"lint:types": "tsc --noEmit",
"postpack": "ember ts:clean",
"prepack": "rollup --config",
"start": "concurrently \"npm:start:*\"",
"start:js": "rollup --config --watch",
"start:types": "tsc --watch",
"start": "concurrently \"npm:start:*\" --names \"start:\"",
"start:js": "rollup --config --watch --no-watch.clearScreen",
"start:types": "tsc --build --watch",
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
"test:ember": "ember test",
"test:ember-compatibility": "ember try:each"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"test": "tests"
},
"scripts": {
"build": "concurrently \"npm:build:*\"",
"build": "concurrently \"npm:build:*\" --names \"build:\"",
"build:js": "rollup --config",
"build:types": "tsc --declaration",
"build:types": "tsc --build",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint:hbs": "ember-template-lint .",
Expand All @@ -25,9 +25,9 @@
"lint:types": "tsc --noEmit",
"postpack": "ember ts:clean",
"prepack": "rollup --config",
"start": "concurrently \"npm:start:*\"",
"start:js": "rollup --config --watch",
"start:types": "tsc --watch",
"start": "concurrently \"npm:start:*\" --names \"start:\"",
"start:js": "rollup --config --watch --no-watch.clearScreen",
"start:types": "tsc --build --watch",
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
"test:ember": "ember test",
"test:ember-compatibility": "ember try:each"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"test": "tests"
},
"scripts": {
"build": "concurrently \"npm:build:*\"",
"build": "concurrently \"npm:build:*\" --names \"build:\"",
"build:js": "rollup --config",
"build:test": "ember build --environment=test",
"build:types": "glint --declaration",
"build:types": "glint --build",
"changelog": "lerna-changelog",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"tests/dummy/app/**/*.css\" --cache",
Expand All @@ -41,9 +41,9 @@
"lint:types": "glint",
"postpack": "ember ts:clean",
"prepack": "rollup --config",
"start": "concurrently \"npm:start:*\"",
"start:js": "rollup --config --watch",
"start:types": "glint --watch",
"start": "concurrently \"npm:start:*\" --names \"start:\"",
"start:js": "rollup --config --watch --no-watch.clearScreen",
"start:types": "glint --build --watch",
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
"test:ember": "ember test",
"test:ember-compatibility": "./node_modules/.bin/ember try:one"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"test": "tests"
},
"scripts": {
"build": "concurrently \"npm:build:*\"",
"build": "concurrently \"npm:build:*\" --names \"build:\"",
"build:js": "rollup --config",
"build:test": "ember build --environment=test",
"build:types": "glint --declaration",
"build:types": "glint --build",
"changelog": "lerna-changelog",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"tests/dummy/app/**/*.css\" --cache",
Expand All @@ -41,9 +41,9 @@
"lint:types": "glint",
"postpack": "ember ts:clean",
"prepack": "rollup --config",
"start": "concurrently \"npm:start:*\"",
"start:js": "rollup --config --watch",
"start:types": "glint --watch",
"start": "concurrently \"npm:start:*\" --names \"start:\"",
"start:js": "rollup --config --watch --no-watch.clearScreen",
"start:types": "glint --build --watch",
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
"test:ember": "ember test",
"test:ember-compatibility": "./node_modules/.bin/ember try:one"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"test": "tests"
},
"scripts": {
"build": "concurrently \"npm:build:*\"",
"build": "concurrently \"npm:build:*\" --names \"build:\"",
"build:js": "rollup --config",
"build:test": "ember build --environment=test",
"build:types": "tsc --declaration",
"build:types": "tsc --build",
"changelog": "lerna-changelog",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"tests/dummy/app/**/*.css\" --cache",
Expand All @@ -41,9 +41,9 @@
"lint:types": "tsc --noEmit",
"postpack": "ember ts:clean",
"prepack": "rollup --config",
"start": "concurrently \"npm:start:*\"",
"start:js": "rollup --config --watch",
"start:types": "tsc --watch",
"start": "concurrently \"npm:start:*\" --names \"start:\"",
"start:js": "rollup --config --watch --no-watch.clearScreen",
"start:types": "tsc --build --watch",
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
"test:ember": "ember test",
"test:ember-compatibility": "./node_modules/.bin/ember try:one"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"test": "tests"
},
"scripts": {
"build": "concurrently \"npm:build:*\"",
"build": "concurrently \"npm:build:*\" --names \"build:\"",
"build:js": "rollup --config",
"build:test": "ember build --environment=test",
"build:types": "glint --declaration",
"build:types": "glint --build",
"changelog": "lerna-changelog",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"tests/dummy/app/**/*.css\" --cache",
Expand All @@ -41,9 +41,9 @@
"lint:types": "glint",
"postpack": "ember ts:clean",
"prepack": "rollup --config",
"start": "concurrently \"npm:start:*\"",
"start:js": "rollup --config --watch",
"start:types": "glint --watch",
"start": "concurrently \"npm:start:*\" --names \"start:\"",
"start:js": "rollup --config --watch --no-watch.clearScreen",
"start:types": "glint --build --watch",
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
"test:ember": "ember test",
"test:ember-compatibility": "./node_modules/.bin/ember try:one"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"test": "tests"
},
"scripts": {
"build": "concurrently \"npm:build:*\"",
"build": "concurrently \"npm:build:*\" --names \"build:\"",
"build:js": "rollup --config",
"build:test": "ember build --environment=test",
"build:types": "tsc --declaration",
"build:types": "tsc --build",
"changelog": "lerna-changelog",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"tests/dummy/app/**/*.css\" --cache",
Expand All @@ -41,9 +41,9 @@
"lint:types": "tsc --noEmit",
"postpack": "ember ts:clean",
"prepack": "rollup --config",
"start": "concurrently \"npm:start:*\"",
"start:js": "rollup --config --watch",
"start:types": "tsc --watch",
"start": "concurrently \"npm:start:*\" --names \"start:\"",
"start:js": "rollup --config --watch --no-watch.clearScreen",
"start:types": "tsc --build --watch",
"test": "echo 'A v2 addon does not have tests, run tests in test-app'",
"test:ember": "ember test",
"test:ember-compatibility": "./node_modules/.bin/ember try:one"
Expand Down

0 comments on commit 9b38852

Please sign in to comment.