1Exiting with code=1 2assert.js:* 3 throw new AssertionError(obj); 4 ^ 5 6AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 7 81 !== 2 9 10 at Object.<anonymous> (*test*message*error_exit.js:*:*) 11 at Module._compile (internal/modules/cjs/loader.js:*:*) 12 at Object.Module._extensions..js (internal/modules/cjs/loader.js:*:*) 13 at Module.load (internal/modules/cjs/loader.js:*:*) 14 at Function.Module._load (internal/modules/cjs/loader.js:*:*) 15 at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:*:*) 16 at internal/main/run_main_module.js:*:* { 17 generatedMessage: true, 18 code: 'ERR_ASSERTION', 19 actual: 1, 20 expected: 2, 21 operator: 'strictEqual' 22} 23