Skip to content

Commit

Permalink
Fix unit-test for lib/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
eaviles committed Oct 21, 2021
1 parent 8941d77 commit b532f87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const utils = require('./utils');
describe('lib/utils', () => {
test('the module exports the expected', () => {
expect(utils).toEqual({
fileExists: expect.any(Function),
loadConfig: expect.any(Function),
loadJsonFile: expect.any(Function),
pathFromCwd: expect.any(Function),
Expand Down

0 comments on commit b532f87

Please sign in to comment.