Skip to content

Commit

Permalink
Merge pull request #644 from simonihmig/overhaul-tests
Browse files Browse the repository at this point in the history
Add smoke tests for webpack + vite apps
  • Loading branch information
simonihmig authored Sep 8, 2024
2 parents 4a2d888 + 3e10ef0 commit 9d55efe
Show file tree
Hide file tree
Showing 12 changed files with 564 additions and 163 deletions.
2 changes: 2 additions & 0 deletions apps/ember-test-app/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ module.exports = {
parser: 'ember-eslint-parser',
plugins: ['ember'],
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'plugin:ember/recommended',
'plugin:ember/recommended-gts',
],
},
Expand Down
Loading

0 comments on commit 9d55efe

Please sign in to comment.