summaryrefslogtreecommitdiff
path: root/packages/astro/test/0-css.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/test/0-css.test.js')
-rw-r--r--packages/astro/test/0-css.test.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/astro/test/0-css.test.js b/packages/astro/test/0-css.test.js
index 9d08c1aa9..423975c97 100644
--- a/packages/astro/test/0-css.test.js
+++ b/packages/astro/test/0-css.test.js
@@ -17,12 +17,11 @@ describe('CSS', function () {
// test HTML and CSS contents for accuracy
describe('build', () => {
- this.timeout(45000); // test needs a little more time in CI
-
let $;
let bundledCSS;
before(async () => {
+ this.timeout(45000); // test needs a little more time in CI
await fixture.build();
// get bundled CSS (will be hashed, hence DOM query)