|
il y a 5 mois | |
---|---|---|
.. | ||
LICENSE | il y a 5 mois | |
README.md | il y a 5 mois | |
dirname.js | il y a 5 mois | |
index.js | il y a 5 mois | |
package.json | il y a 5 mois |
替换 __dirname
变量。
npm install --save-dev karma-dirname-preprocessor
// karma config
module.exports = {
// ...
preprocessors: {
"test/*.test.js": ['dirname'],
// ...
},
// ...
};
MIT