1
0
mirror of https://github.com/nuxt/nuxt.git synced 2024-12-04 03:17:14 +00:00
Nuxt/test/fixtures/basic/middleware/ignored.test.js

4 lines
70 B
JavaScript
Raw Normal View History

2018-01-15 09:50:42 +00:00
export default function () {
throw new Error('Should be ignored')
}