FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-google-maps/jest.setup.js at master · usecode/angular-google-maps · GitHub
usecode
/
angular-google-maps
Public
forked from
sebholstein/angular-google-maps
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
angular-google-maps
/
jest.setup.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (19 loc) · 711 Bytes
Breadcrumbs
angular-google-maps
/
jest.setup.js
Copy path
File metadata and controls
21 lines (19 loc) · 711 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
@ts
-check
'use strict'
;
require
(
'core-js/es6/reflect'
)
;
require
(
'core-js/es7/reflect'
)
;
require
(
'zone.js/dist/zone.js'
)
;
require
(
'zone.js/dist/proxy.js'
)
;
require
(
'zone.js/dist/sync-test'
)
;
require
(
'zone.js/dist/async-test'
)
;
require
(
'zone.js/dist/fake-async-test'
)
;
require
(
'jest-zone-patch'
)
;
const
getTestBed
=
require
(
'@angular/core/testing'
)
.
getTestBed
;
const
BrowserDynamicTestingModule
=
require
(
'@angular/platform-browser-dynamic/testing'
)
.
BrowserDynamicTestingModule
;
const
platformBrowserDynamicTesting
=
require
(
'@angular/platform-browser-dynamic/testing'
)
.
platformBrowserDynamicTesting
;
getTestBed
(
)
.
initTestEnvironment
(
BrowserDynamicTestingModule
,
platformBrowserDynamicTesting
(
)
)
;
Back
|
FazBrowse Home
|
New Git URL