mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 21:58:13 +00:00
[Tests] Declare deps for moment-duration-format
...in karma test runners.
This commit is contained in:
@ -44,7 +44,14 @@ require.config({
|
||||
|
||||
paths: {
|
||||
'es6-promise': 'platform/framework/lib/es6-promise-2.0.0.min',
|
||||
'moment-duration-format': 'warp/clock/lib/moment-duration-format'
|
||||
'moment': 'platform/telemetry/lib/moment.min',
|
||||
'moment-duration-format': 'platform/features/clock/lib/moment-duration-format'
|
||||
},
|
||||
|
||||
shim: {
|
||||
'moment-duration-format': {
|
||||
deps: [ 'moment' ]
|
||||
}
|
||||
},
|
||||
|
||||
// dynamically load all test files
|
||||
|
Reference in New Issue
Block a user