We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341e49e commit 82fce17Copy full SHA for 82fce17
src/generator.js
@@ -1,7 +1,7 @@
1
const Prismic = require('prismic-javascript');
2
const logger = require('./logger');
3
4
-
+/* istanbul ignore next */
5
function generate(options) {
6
this.nuxt.hook('generate:before', async () => {
7
const client = Prismic.client(options.endpoint, options.apiOptions);
src/index.js
@@ -78,6 +78,7 @@ function install(moduleOptions) {
78
},
79
});
80
81
+ /* istanbul ignore next */
82
if (
83
options.apiOptions
84
&& options.apiOptions.routes
0 commit comments