-
-
Save rgeraldporter/744e4cfb3462891aeeef8109a80556f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const jQuery = require("jquery"); | |
Object.defineProperty(window, "jQuery", { value: jQuery }); | |
Object.defineProperty(window, "$", { value: jQuery }); | |
const angular = require("angular"); | |
Object.defineProperty(window, "angular", { value: angular }); | |
require("angular-mocks"); | |
require("./"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment