DefinitelyTyped/types/ember
Nathan Shively-Sanders 9e4968cf95
Fix ember tests for TS 3.9 (#44159)
TS 3.9 now forbids deleting properties that aren't optional or undefined. This
exposed a bug in ember tests where the tests were deleting a property
with the type `{} | null`. I changed the type to `{} | undefined` to
reflect what will actually happen at runtime.
2020-04-26 13:09:27 -04:00
..
test Fix ember tests for TS 3.9 (#44159) 2020-04-26 13:09:27 -04:00
v1
v2 Fix ember tests for TS 3.9 (#44159) 2020-04-26 13:09:27 -04:00
index.d.ts
tsconfig.json
tslint.json