Skip to content

Commit 556063d

Browse files
committed
Fix CSS
1 parent 57ed850 commit 556063d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

addon/src/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* globals Testem */
2+
import 'qunit/qunit/qunit.css';
3+
import './test-container-styles.css';
24

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

0 commit comments

Comments
 (0)