When you switch your PC On, the connected hardware such as the CPU gets a message instructing it to perform the required task by thentsokrnl.exeprocess. Therefore, one can easily get an idea of how important the ntoskrnl.exe is to the computer. Not, only that the ntsokrnl.exe also pro...
@krnlde I can't see any reason why that code wouldn't work. What happens if you change the test to the following? it(`should throw when too short`, (done) => { testuser.password('1a').then(done, done); }); You should see the test fail appropriately with the error, and not ...