Skip to content

Commit

Permalink
remove test. this is covered by ts-expect-error in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Jun 26, 2020
1 parent cc38618 commit 2320f83
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 97 deletions.
1 change: 0 additions & 1 deletion src/core/utils/deep_freeze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ export function deepFreeze<T extends Freezable>(object: T) {
deepFreeze(value);
}
}

return Object.freeze(object) as RecursiveReadonly<T>;
}

This file was deleted.

This file was deleted.

40 changes: 0 additions & 40 deletions src/core/utils/integration_tests/deep_freeze.test.ts

This file was deleted.

0 comments on commit 2320f83

Please sign in to comment.