mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
single run have to be specify in the package.json command otherwise the browser test can not be executed
This commit is contained in:
parent
549369f843
commit
4f28f60d11
@ -75,8 +75,7 @@ module.exports = function (config) {
|
|||||||
{type: 'json', file: 'coverage-final.json'},
|
{type: 'json', file: 'coverage-final.json'},
|
||||||
{type: 'html'}
|
{type: 'html'}
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
|
|
||||||
singleRun: true
|
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
|
@ -80,9 +80,8 @@ module.exports = function (config) {
|
|||||||
{type: 'json', file: 'coverage-final.json'},
|
{type: 'json', file: 'coverage-final.json'},
|
||||||
{type: 'html'}
|
{type: 'html'}
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
|
|
||||||
singleRun: true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (process.env.TRAVIS) {
|
if (process.env.TRAVIS) {
|
||||||
|
@ -83,9 +83,7 @@ module.exports = function (config) {
|
|||||||
{type: 'json', file: 'coverage-final.json'},
|
{type: 'json', file: 'coverage-final.json'},
|
||||||
{type: 'html'}
|
{type: 'html'}
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
|
|
||||||
singleRun: true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (process.env.TRAVIS) {
|
if (process.env.TRAVIS) {
|
||||||
|
@ -82,9 +82,7 @@ module.exports = function (config) {
|
|||||||
{type: 'json', file: 'coverage-final.json'},
|
{type: 'json', file: 'coverage-final.json'},
|
||||||
{type: 'html'}
|
{type: 'html'}
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
|
|
||||||
singleRun: true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (process.env.TRAVIS) {
|
if (process.env.TRAVIS) {
|
||||||
|
@ -83,9 +83,7 @@ module.exports = function (config) {
|
|||||||
{type: 'json', file: 'coverage-final.json'},
|
{type: 'json', file: 'coverage-final.json'},
|
||||||
{type: 'html'}
|
{type: 'html'}
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
|
|
||||||
singleRun: true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (process.env.TRAVIS) {
|
if (process.env.TRAVIS) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user