mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-21 22:50:49 -06:00
driver: add missing deps
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
_ = require("lodash")
|
||||
Promise = require("bluebird")
|
||||
|
||||
$Cy = require("../../cypress/cy")
|
||||
$Location = require("../../cypress/location")
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
$ = require("jquery")
|
||||
_ = require("lodash")
|
||||
Backbone = require("backbone")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user