Skip to content

Commit

Permalink
chore: fix test after ajv update
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Feb 15, 2021
1 parent 711a197 commit c9faeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export default {
'.env.json': { foo: 1 } |> JSON.stringify,
'.env.schema.json': { foo: { type: 'string' } } |> JSON.stringify,
})
expect(self.config).toThrow('dotenv: data.foo should be string')
expect(self.config).toThrow('dotenv: data/foo should be string')
}),
'test env': () =>
withLocalTmpDir(async () => {
Expand Down

0 comments on commit c9faeb4

Please sign in to comment.