Nuxt/test/fixtures/basic/middleware/ignored.test.js

4 lines
70 B
JavaScript

export default function () {
throw new Error('Should be ignored')
}