angular/packages/elements/test
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
..
BUILD.bazel build: fix elements test failures on IE (#35940) 2020-03-10 14:16:34 -04:00
component-factory-strategy_spec.ts fix(elements): correctly handle setting inputs to undefined (#36140) 2020-03-24 10:29:33 -07:00
create-custom-element_spec.ts refactor: fix typescript strict flag failures in all tests (#30993) 2019-07-18 14:21:26 -07:00
extract-projectable-nodes_spec.ts refactor: fix typescript strict flag failures in all tests (#30993) 2019-07-18 14:21:26 -07:00
slots_spec.ts feat(elements): enable Shadow DOM v1 and slots (#24861) 2018-08-30 21:33:14 -07:00
utils_spec.ts build: update jasmine to 3.5 (#34625) 2020-04-08 12:10:34 -07:00