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 db73ccf commit 77c1aaaCopy full SHA for 77c1aaa
Recursive/test/WaterJugProblem.test.js
@@ -1,4 +1,4 @@
1
-const canMeasureWater = require('../Recursive/Water_Jug_Problem');
+const canMeasureWater = require('../Recursive/Water_jug_Problem');
2
3
describe('Water Jug Problem', () => {
4
test('should return true when target amount is achievable', () => {
0 commit comments