UNPKG

ya-express-ntlm

Version:
7 lines 231 B
"use strict"; describe('Testing environment should be set properly', () => { it('NODE_ENV should be "testing"', () => { expect(process.env.NODE_ENV).toBe('test'); }); }); //# sourceMappingURL=01_node_env.spec.js.map