Skip to content

Commit 7909f9e

Browse files
committed
Fix tests
1 parent 02a340e commit 7909f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const sinon = require('sinon')
44

5-
const logProcessErrors = require('../../src')
5+
const logProcessErrors = require('../../custom')
66

77
// Call `logProcessErrors()` then return spied objects and `stopLogging()`
88
const startLogging = function({

0 commit comments

Comments
 (0)