angular-cn/packages/zone.js/test/node
JiaLiPassion ef4736d052 build: update jasmine to 3.5 (#34625)
1. update jasmine to 3.5
2. update @types/jasmine to 3.5
3. update @types/jasminewd2 to 2.0.8

Also fix several cases, the new jasmine 3 will help to create test cases correctly,
such as in the `jasmine 2.x` version, the following case will pass

```
expect(1 == 2);
```

But in jsamine 3, the case will need to be

```
expect(1 == 2).toBeTrue();
```

PR Close #34625
2020-04-08 12:10:34 -07:00
..
Error.spec.ts build: move zone.js to angular repo (#30962) 2019-06-20 11:27:39 -07:00
console.spec.ts build: move zone.js to angular repo (#30962) 2019-06-20 11:27:39 -07:00
crypto.spec.ts build: update jasmine to 3.5 (#34625) 2020-04-08 12:10:34 -07:00
events.spec.ts build: move zone.js to angular repo (#30962) 2019-06-20 11:27:39 -07:00
fs.spec.ts build: move zone.js to angular repo (#30962) 2019-06-20 11:27:39 -07:00
http.spec.ts build: move zone.js to angular repo (#30962) 2019-06-20 11:27:39 -07:00
process.spec.ts build: move zone.js to angular repo (#30962) 2019-06-20 11:27:39 -07:00
timer.spec.ts build: move zone.js to angular repo (#30962) 2019-06-20 11:27:39 -07:00