mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-18 13:10:51 -06:00
server: require environment in spec helper so we can cancel promises
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
require("../lib/environment")
|
||||
|
||||
global.root = "../../"
|
||||
global.supertest = require("supertest-as-promised")
|
||||
global.nock = require("nock")
|
||||
|
||||
Reference in New Issue
Block a user