angular/packages/examples/core
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
..
animation/ts/dsl build: switch example e2e tests to bazel (#28402) 2019-01-28 19:21:09 -08:00
debug/ts/debug_element fix: Update types for TypeScript nullability support in examples 2017-04-12 11:36:19 -07:00
di/ts build: update jasmine to 3.5 (#34625) 2020-04-08 12:10:34 -07:00
testability/ts/whenStable build: switch example e2e tests to bazel (#28402) 2019-01-28 19:21:09 -08:00
testing/ts build: derive ts_library dep from jasmine_node_test boostrap label if it ends in _es5 (#34736) 2020-01-15 14:58:07 -05:00
ts build: re-enable template type-checking for various targets across the repo (#34144) 2019-12-02 11:24:18 -08:00
BUILD.bazel build: derive ts_library dep from jasmine_node_test boostrap label if it ends in _es5 (#34736) 2020-01-15 14:58:07 -05:00
main.ts build: switch example e2e tests to bazel (#28402) 2019-01-28 19:21:09 -08:00
start-server.js build: update to nodejs rules 0.34.0 and bazel 0.28.1 (#31824) 2019-07-26 15:01:25 -07:00
test_module.ts build: switch example e2e tests to bazel (#28402) 2019-01-28 19:21:09 -08:00