You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running npm test the output contains console.log which obstructs test results (see below). Please remove console.log from Dynamic-Programming/Sliding-Window/PermutationinString.js.
Javascript (master) $ npm test
> [email protected] test
> jest --no-cache
PASS Project-Euler/test/Problem008.test.js
...
PASS Dynamic-Programming/Sliding-Window/test/PermutationinString.test.js
● Console
console.log
e d false
at PermutationinString (Dynamic-Programming/Sliding-Window/PermutationinString.js:29:13)
console.log
i b false
at PermutationinString (Dynamic-Programming/Sliding-Window/PermutationinString.js:29:13)
console.log
d a false
at PermutationinString (Dynamic-Programming/Sliding-Window/PermutationinString.js:29:13)
console.log
e d false
at PermutationinString (Dynamic-Programming/Sliding-Window/PermutationinString.js:29:13)
console.log
i b false
at PermutationinString (Dynamic-Programming/Sliding-Window/PermutationinString.js:29:13)
console.log
d o false
at PermutationinString (Dynamic-Programming/Sliding-Window/PermutationinString.js:29:13)
console.log
b a false
at PermutationinString (Dynamic-Programming/Sliding-Window/PermutationinString.js:29:13)
console.log
o o false
at PermutationinString (Dynamic-Programming/Sliding-Window/PermutationinString.js:29:13)
console.log
a o false
at PermutationinString (Dynamic-Programming/Sliding-Window/PermutationinString.js:29:13)
PASS Maths/test/SieveOfEratosthenes.test.js
...
PASS Project-Euler/test/Problem012.test.js
Test Suites: 168 passed, 168 total
Tests: 702 passed, 702 total
Snapshots: 0 total
Time: 16.461 s
Ran all test suites.
The text was updated successfully, but these errors were encountered:
While running
npm test
the output containsconsole.log
which obstructs test results (see below). Please removeconsole.log
fromDynamic-Programming/Sliding-Window/PermutationinString.js
.The text was updated successfully, but these errors were encountered: