Skip to content

Commit

Permalink
test: fix missing reference
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Nov 7, 2023
1 parent f1dfa1f commit 84dd3a2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,10 @@ describe('Setting inlineStylesheets to always in static output', () => {

describe('Setting inlineStylesheets to always in server output', () => {
let app;
let fixture;

before(async () => {
const fixture = await loadFixture({
fixture = await loadFixture({
// inconsequential config that differs between tests
// to bust cache and prevent modules and their state
// from being reused
Expand Down

0 comments on commit 84dd3a2

Please sign in to comment.