Skip to content

Instantly share code, notes, and snippets.

@aktraore
Created April 27, 2018 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aktraore/238fe13111dbc1fd393763fdd7d712e7 to your computer and use it in GitHub Desktop.
Save aktraore/238fe13111dbc1fd393763fdd7d712e7 to your computer and use it in GitHub Desktop.
Jest init file for AngularJS
import * as angular from "angular";
import jQuery from 'jquery';
Object.defineProperty(window, "jQuery", { value: jQuery });
Object.defineProperty(window, "$", { value: jQuery });
Object.defineProperty(window, "angular", { value: angular });
import "angular-mocks";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment