Skip to content

Commit f2d3a5c

Browse files
committed
Renamed to ember-cli-fastboot-testing-app and removed package tests #831
1 parent 4fd0dc4 commit f2d3a5c

36 files changed

Lines changed: 15 additions & 77 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,5 @@ jobs:
9090
run: yarn workspace basic-app test:mocha
9191
- name: Custom App
9292
run: yarn workspace custom-fastboot-app test:mocha
93+
- name: Run ember-cli-fastboot-testing-app Tests
94+
run: yarn workspace ember-cli-fastboot-testing-app test:ember

test-packages/custom-fastboot-testing-app/test/package-json-test.js

Lines changed: 0 additions & 62 deletions
This file was deleted.

test-packages/custom-fastboot-testing-app/.editorconfig renamed to test-packages/ember-cli-fastboot-testing-app/.editorconfig

File renamed without changes.

test-packages/custom-fastboot-testing-app/.ember-cli renamed to test-packages/ember-cli-fastboot-testing-app/.ember-cli

File renamed without changes.

test-packages/custom-fastboot-testing-app/.eslintignore renamed to test-packages/ember-cli-fastboot-testing-app/.eslintignore

File renamed without changes.

test-packages/custom-fastboot-testing-app/.eslintrc.js renamed to test-packages/ember-cli-fastboot-testing-app/.eslintrc.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,14 @@ module.exports = {
3232
'blueprints/*/index.js',
3333
'config/**/*.js',
3434
'lib/*/index.js',
35-
'server/**/*.js',
36-
'test/**/*.js'
35+
'server/**/*.js'
3736
],
3837
parserOptions: {
3938
sourceType: 'script'
4039
},
4140
env: {
4241
browser: false,
43-
node: true,
44-
mocha: true
42+
node: true
4543
},
4644
plugins: ['node'],
4745
extends: ['plugin:node/recommended'],

test-packages/custom-fastboot-testing-app/.gitignore renamed to test-packages/ember-cli-fastboot-testing-app/.gitignore

File renamed without changes.

test-packages/custom-fastboot-testing-app/.template-lintrc.js renamed to test-packages/ember-cli-fastboot-testing-app/.template-lintrc.js

File renamed without changes.

test-packages/custom-fastboot-testing-app/.travis.yml renamed to test-packages/ember-cli-fastboot-testing-app/.travis.yml

File renamed without changes.

test-packages/custom-fastboot-testing-app/.watchmanconfig renamed to test-packages/ember-cli-fastboot-testing-app/.watchmanconfig

File renamed without changes.

0 commit comments

Comments
 (0)