rsnext/test/integration/basic/warning-loader.js
2020-05-18 15:24:37 -04:00

6 lines
151 B
JavaScript

module.exports = function (source) {
this.emitWarning(
new Error('This is an expected warning added by warning-loader.js')
)
return source
}