Skip to content

Commit

Permalink
fix(#464): fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Jul 6, 2022
1 parent 14184fa commit 6722b55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/druxt/test/nuxt/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ describe('DruxtJS Nuxt module', () => {
mock = {
addModule: jest.fn(),
addPlugin: jest.fn(),
addTemplate: jest.fn(),
nuxt: {
hook: jest.fn((hook, fn) => {
const arg = {
Expand Down

0 comments on commit 6722b55

Please sign in to comment.