Skip to content

Commit 5e26a8c

Browse files
committed
add failing tests
1 parent 5b33282 commit 5e26a8c

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
const a = 1;
2+
export const b = 2;
3+
export const c = Math.sqrt(a);
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export const a = 1;
2+
export const b = 2;
3+
export const c = Math.sqrt(a);
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export const a = 1;
2+
export const b = 2;
3+
export const c = 3;
4+
export const d = Math.sqrt(a);
5+
a

0 commit comments

Comments
 (0)