Skip to content

Commit

Permalink
test(ruleset-migrator): use vol
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip authored Aug 30, 2022
1 parent a927f38 commit d2ffff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ruleset-migrator/src/__tests__/ruleset.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ describe('migrator', () => {
expect(
await migrateRuleset(path.join(cwd, 'ruleset.json'), {
format: 'esm',
fs: fs as any,
fs: vol as any,
}),
).toEqual(`import {oas} from "@stoplight/spectral-rulesets";
export default {
Expand Down

0 comments on commit d2ffff2

Please sign in to comment.