Nuxt/test/fixtures/basic/middleware/ignored.test.js
2018-01-15 13:20:42 +03:30

4 lines
70 B
JavaScript

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