Skip to content

Commit

Permalink
enable test again
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Oct 3, 2023
1 parent 168dd72 commit 566e1f8
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 566e1f8

Please sign in to comment.