fix: ambient declarations
This commit is contained in:
Родитель
a3b2f216ee
Коммит
da64921387
|
@ -1,2 +1,6 @@
|
||||||
export * from './src/matchers';
|
declare namespace jest {
|
||||||
|
interface Matchers<R> {
|
||||||
|
toHaveCssClass(className: string): R;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
declare namespace jest {
|
|
||||||
interface Matchers<R> {
|
|
||||||
toHaveCssClass(className: string): R;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче