Skip to content

Commit 6297d03

Browse files
author
Hridyanshu7
committed
fixed wrong import
1 parent cb9cd55 commit 6297d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Maths/test/DecimalIsolate.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe } from 'node:test'
2-
import { decimalIsolate } from '../decimalIsolate'
2+
import { decimalIsolate } from '../DecimalIsolate'
33

44
const invalidInputs = [
55
{ input: NaN, description: 'NaN' },

0 commit comments

Comments
 (0)