Skip to content

Commit

Permalink
restore test
Browse files Browse the repository at this point in the history
  • Loading branch information
CachedaCodes committed Oct 4, 2023
1 parent e574c4f commit ef75c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x-svg-converter/src/__tests__/svg-to-vue.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('test SVG to Vue script', () => {
/* eslint-enable max-len */
});

it.skip('unlinks the source svg files', () => {
it('unlinks the source svg files', () => {
jest.spyOn(fs, 'unlink');

svgToVue();
Expand Down

0 comments on commit ef75c33

Please sign in to comment.