Skip to content

Commit

Permalink
adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed May 29, 2024
1 parent 4c573fd commit 5c9a87f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion test-packages/support/suite-setup-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function githubMatrix() {
let dir = resolve(__dirname, '..', '..', 'tests', 'scenarios');
let { stdout } = await execa(
'scenario-tester',
['list', '--require', 'ts-node/register', '--files', '*-test.ts', '--matrix', 'pnpm run test --filter %s'],
['list', '--require', 'ts-node/register', '--files', '*-test.ts', '--matrix', 'pnpm run test --filter "/^%s/"'],
{
cwd: dir,
preferLocal: true,
Expand Down
2 changes: 0 additions & 2 deletions tests/scenarios/util-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ supportMatrix(Scenarios.fromDir(dirname(require.resolve('@embroider/util/package
'test.js': `
const { module: QModule, test } = require("qunit");
const semver = require("semver");
const { PackageCache } = require("@embroider/shared-internals");
QModule("shared-internals", function () {
test("testing on node 12", function (assert) {
assert.ok(
Expand Down

0 comments on commit 5c9a87f

Please sign in to comment.