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

4 lines
70 B
JavaScript

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