Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: introduce theme config and add qunit-theme-ember as option #1166

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
3 changes: 2 additions & 1 deletion addon/package.json
Expand Up @@ -43,7 +43,8 @@
"dependencies": {
IgnaceMaes marked this conversation as resolved.
Show resolved Hide resolved
"@embroider/addon-shim": "^1.8.6",
"@embroider/macros": "^1.13.1",
"ember-cli-test-loader": "^3.1.0"
"ember-cli-test-loader": "^3.1.0",
"qunit-theme-ember": "^0.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
Expand Down
2 changes: 2 additions & 0 deletions addon/src/index.js
Expand Up @@ -7,6 +7,8 @@ if (macroCondition(!getOwnConfig()?.disableContainerStyles)) {
importSync('./test-container-styles.css');
}

importSync('qunit-theme-ember/qunit.css');

export { default as QUnitAdapter, nonTestDoneCallback } from './adapter';
export { loadTests } from './test-loader';

Expand Down
7 changes: 7 additions & 0 deletions pnpm-lock.yaml

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