rsnext/test/isolated/_resolvedata/server/bundles/pages/non-existent-child.js

5 lines
94 B
JavaScript
Raw Normal View History

const nonExistent = require('./non-existent-module')
module.exports = {
test: nonExistent
}