rsnext/test/integration/basic/warning-loader.js
Joe Haddad b3170d2648
Format missed files (#7464)
* Format missed files

* Remove unnecessary rule

* Fix type error
2019-05-29 18:19:32 -07: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
}