UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

6 lines (5 loc) 142 B
describe("jest", () => { test("should automatically set NODE_ENV to test", () => { expect(process.env.NODE_ENV).toBe("test"); }); });