1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-25 10:08:29 +00:00
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')
}