Skip to content

Commit c407b44

Browse files
committed
move observable matchers for tests out of src
1 parent 7d0149f commit c407b44

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed

jest-setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ import { TextEncoder, TextDecoder } from 'util';
55
global.TextEncoder = TextEncoder;
66
global.TextDecoder = TextDecoder;
77

8-
import { matchers } from './src/gcopypaste/public/test/matchers';
8+
import { matchers } from './matchers';
99

1010
expect.extend(matchers);
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)