Skip to content

Commit

Permalink
Merge pull request #9 from sw-yx/fix/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
swyxio authored May 4, 2020
2 parents 689e363 + 83c91d6 commit d00969d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fixtures/this.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ test('plugin fixture works', () => {
BUILD_DIR: 'fixtures/publishDir',
FUNCTIONS_SRC: 'fixtures/functions',
FUNCTIONS_DIST: 'fixtures/functions-dist'
}
},
utils: { build: { failBuild() {} } },
})
.then(() => {
index = require('./publishDir/mySearchIndex.json')
Expand Down

0 comments on commit d00969d

Please sign in to comment.