mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
chore: move indexTest to kebab-case (#6860)
This commit is contained in:
parent
4287cd5413
commit
9942bbbc0f
@ -45,7 +45,7 @@ module.exports = (config) => {
|
|||||||
basePath: '',
|
basePath: '',
|
||||||
frameworks: ['jasmine', 'webpack'],
|
frameworks: ['jasmine', 'webpack'],
|
||||||
files: [
|
files: [
|
||||||
'indexTest.js',
|
'index-test.js',
|
||||||
// included means: should the files be included in the browser using <script> tag?
|
// included means: should the files be included in the browser using <script> tag?
|
||||||
// We don't want them as a <script> because the shared worker source
|
// We don't want them as a <script> because the shared worker source
|
||||||
// needs loaded remotely by the shared worker process.
|
// needs loaded remotely by the shared worker process.
|
||||||
@ -102,7 +102,7 @@ module.exports = (config) => {
|
|||||||
failFast: false
|
failFast: false
|
||||||
},
|
},
|
||||||
preprocessors: {
|
preprocessors: {
|
||||||
'indexTest.js': ['webpack', 'sourcemap']
|
'index-test.js': ['webpack', 'sourcemap']
|
||||||
},
|
},
|
||||||
webpack: webpackConfig,
|
webpack: webpackConfig,
|
||||||
webpackMiddleware: {
|
webpackMiddleware: {
|
||||||
|
Loading…
Reference in New Issue
Block a user