File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed
loader-load-themed-styles
loader-set-webpack-public-path Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1616 "@microsoft/load-themed-styles" : " ~1.4.0"
1717 },
1818 "devDependencies" : {
19+ "@types/mocha" : " 2.2.38" ,
20+ "@types/node" : " 6.0.62" ,
1921 "chai" : " ~3.5.0" ,
2022 "gulp" : " ~3.9.1" ,
2123 "@microsoft/node-library-build" : " ~3.0.1"
Original file line number Diff line number Diff line change 33 * See LICENSE in the project root for license information.
44 */
55
6+ /// <reference types="mocha" />
7+
68import { assert } from 'chai' ;
79import { LoadThemedStylesLoader } from './LoadThemedStylesLoader' ;
810import LoadThemedStylesMock = require( './testData/LoadThemedStylesMock' ) ;
Original file line number Diff line number Diff line change 1515 "loader-utils" : " ~1.1.0"
1616 },
1717 "devDependencies" : {
18+ "@types/mocha" : " 2.2.38" ,
19+ "@types/node" : " 6.0.62" ,
1820 "chai" : " ~3.5.0" ,
1921 "gulp" : " ~3.9.1" ,
2022 "mocha" : " ~3.4.2" ,
Original file line number Diff line number Diff line change 2020 "devDependencies" : {
2121 "@types/tapable" : " 0.2.3" ,
2222 "@types/lodash" : " 4.14.52" ,
23+ "@types/mocha" : " 2.2.38" ,
2324 "chai" : " ~3.5.0" ,
2425 "gulp" : " ~3.9.1" ,
2526 "mocha" : " ~3.4.2" ,
You can’t perform that action at this time.
0 commit comments