Skip to content

Commit

Permalink
WIP fix scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Sep 2, 2023
1 parent 68a2d10 commit 5e1c509
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions test-packages/test-scenarios/fastboot-shoebox-test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import { baseApp } from './scenarios.mjs';
import { Scenarios } from 'scenario-tester';
import qunit from 'qunit';
import { join } from 'path';
import FastBoot from 'fastboot';

const { module: Qmodule, test } = qunit;

Expand All @@ -13,8 +15,6 @@ async function buildFastboot(app) {
throw new Error(`failed to build app for fastboot: ${result.output}`);
}

const FastBoot = require('fastboot');

return new FastBoot({
distPath: join(app.dir, 'dist'),
resilient: false,
Expand Down
3 changes: 2 additions & 1 deletion test-packages/test-scenarios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"devDependencies": {
"qunit": "^2.19.4",
"scenario-tester": "github:embroider-build/scenario-tester#mjs-support"
"scenario-tester": "github:embroider-build/scenario-tester#mjs-support",
"fastboot": "workspace:*"
}
}

0 comments on commit 5e1c509

Please sign in to comment.