mirror of
https://github.com/nomadic-labs/safesupport-chatbox
synced 2025-12-16 15:33:23 +00:00
fixing tests for changed bookmark
This commit is contained in:
@@ -4,7 +4,8 @@ import Adapter from 'enzyme-adapter-react-16';
|
||||
Enzyme.configure({ adapter: new Adapter() });
|
||||
|
||||
Object.defineProperty(document, 'readyState', {
|
||||
val: 'complete',
|
||||
get() { return this.val; },
|
||||
set(s) { this.val = s; },
|
||||
value: 'complete',
|
||||
writable: true,
|
||||
enumerable: true,
|
||||
configurable: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user