Skip to content
Snippets Groups Projects

Add tests

Merged Jan Loewe requested to merge feat-jest-tests into master
Compare and Show latest version
7 files
+ 145
47
Compare changes
  • Side-by-side
  • Inline
Files
7
export interface INamespaced {
get namespace(): string;
get ns(): string;
}
Loading