1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

Add Sinon to do better unit test

This commit is contained in:
Johann-S
2018-03-09 23:17:57 +01:00
parent c98ece5490
commit 4d5c5923fa
7 changed files with 586 additions and 272 deletions

View File

@@ -8,11 +8,12 @@ module.exports = (config) => {
config.set({
basePath: '../..',
frameworks: ['qunit', 'detectBrowsers'],
frameworks: ['qunit', 'sinon', 'detectBrowsers'],
plugins: [
'karma-chrome-launcher',
'karma-firefox-launcher',
'karma-qunit',
'karma-sinon',
'karma-detect-browsers',
'karma-coverage-istanbul-reporter'
],