Skip to content

Commit

Permalink
chore: Changed ember-qunit theme to ember
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Jun 12, 2024
1 parent 5abe585 commit fc0a881
Showing 4 changed files with 22 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs-app/ember-cli-build.js
Original file line number Diff line number Diff line change
@@ -11,6 +11,14 @@ function isProduction() {
module.exports = function (defaults) {
const app = new EmberApp(defaults, {
// Add options here
'@embroider/macros': {
setConfig: {
'ember-qunit': {
theme: 'ember',
},
},
},

autoImport: {
watchDependencies: ['ember-container-query'],
},
7 changes: 5 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions test-app/ember-cli-build.js
Original file line number Diff line number Diff line change
@@ -6,6 +6,14 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app');
module.exports = function (defaults) {
const app = new EmberApp(defaults, {
// Add options here
'@embroider/macros': {
setConfig: {
'ember-qunit': {
theme: 'ember',
},
},
},

autoImport: {
watchDependencies: ['ember-container-query'],
},
1 change: 1 addition & 0 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -44,6 +44,7 @@
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.3.0",
"@embroider/broccoli-side-watch": "0.0.2-unstable.ba9fd29",
"@embroider/macros": "^1.16.3",
"@embroider/test-setup": "^4.0.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",

0 comments on commit fc0a881

Please sign in to comment.