Skip to content
This repository was archived by the owner on Jul 13, 2024. It is now read-only.

Commit 9d8a558

Browse files
committed
#30 fixed typo.. should stop
1 parent 8620f41 commit 9d8a558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dtif-to-svg/src/__tests__/dtif-to-svg.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { dtifToSVG } from '..';
22

3-
describe('dtif-to-svg library tests', async () => {
3+
describe('dtif-to-svg library tests', () => {
44
it('should work', async () => {
55
// Arrange
66
const dtif = '';

0 commit comments

Comments
 (0)