Skip to content

Commit

Permalink
Merge pull request #145 from embroider-build/NullVoxPopuli-patch-1
Browse files Browse the repository at this point in the history
Update ember-cli and remove loadTests: false, as the option doesn't exist any more
  • Loading branch information
mansona authored Feb 14, 2025
2 parents 64c7e46 + d5a0f69 commit 5182df3
Show file tree
Hide file tree
Showing 3 changed files with 848 additions and 448 deletions.
2 changes: 1 addition & 1 deletion files-override/ts/tests/test-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export function start() {

setup(QUnit.assert);

qunitStart({ loadTests: false });
qunitStart();
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"output:fixture": "node ./lib/bin/output-fixture.mjs"
},
"dependencies": {
"ember-cli": "^6.0.0",
"ember-cli": "^6.2.0",
"lodash": "^4.17.21",
"walk-sync": "^3.0.0"
},
Expand Down
Loading

0 comments on commit 5182df3

Please sign in to comment.