mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 02:09:30 +00:00
DEV: Fix missing test paths for Ember CLI (#15578)
Since 6272edd1219652a8e1c9c33e16229b029cec603c some tests were not loading for Ember CLI, this commit adds the missing paths so all the tests load.
This commit is contained in:
parent
5d0c2cba07
commit
bd5fd93e81
@ -74,7 +74,9 @@ module.exports = function (defaults) {
|
||||
inputFiles: [
|
||||
"**/tests/acceptance/*.js",
|
||||
"**/tests/integration/*.js",
|
||||
"**tests/unit/*.js",
|
||||
"**/tests/integration/**/*.js",
|
||||
"**/tests/unit/*.js",
|
||||
"**/tests/unit/**/*.js",
|
||||
],
|
||||
headerFiles: ["vendor/ember-cli/tests-prefix.js"],
|
||||
footerFiles: ["vendor/ember-cli/app-config.js"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user