We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9cd55 commit 6297d03Copy full SHA for 6297d03
Maths/test/DecimalIsolate.test.js
@@ -1,5 +1,5 @@
1
import { describe } from 'node:test'
2
-import { decimalIsolate } from '../decimalIsolate'
+import { decimalIsolate } from '../DecimalIsolate'
3
4
const invalidInputs = [
5
{ input: NaN, description: 'NaN' },
0 commit comments