Skip to content

Commit cc818f6

Browse files
committed
Fix quotes
1 parent a239a96 commit cc818f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/hackathon2018.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { run } from "../src";
1+
import { run } from '../src';
22

33
describe(`mayfes2018-day1`, () => {
44
test(`example 1`, async () => {

tests/mayfes2018-day1.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { run } from "../src";
1+
import { run } from '../src';
22

33
describe(`mayfes2018-day1`, () => {
44
test(`example 1`, async () => {

0 commit comments

Comments
 (0)