Add tests for source-map-loader

This commit is contained in:
Ilya Goncharov
2019-10-03 15:31:53 +03:00
parent e8efe5407d
commit f3db846bce
26 changed files with 545 additions and 3 deletions
@@ -7,11 +7,16 @@
"lib/**/*"
],
"scripts": {
"build": "cpx \"kotlin-source-map-loader.js\" lib"
"build": "cpx \"kotlin-source-map-loader.js\" lib",
"test": "mocha -R spec"
},
"dependencies": {
"async": "^2.5.0",
"loader-utils": "^1.1.0"
},
"devDependencies": {
"mocha": "^5.0.5",
"should": "^13.2.1",
"cpx": "^1.5.0"
}
}