Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
Fix Settings tests failing
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-radu committed Apr 19, 2019
1 parent d5bb362 commit eb28781
Show file tree
Hide file tree
Showing 3 changed files with 541 additions and 314 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@
"dependencies": {
"tinycolor2": "^1.4.1"
}
}
}
3 changes: 3 additions & 0 deletions src/settings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
* file in the root directory of this source tree.
*/

// See https://github.com/facebook/react-native/issues/23943
jest.doMock("react-native", () => {});

import { sanitize, initialize, defaultSettings } from "./settings";

describe("Sanitize settings - Android", () => {
Expand Down
Loading

0 comments on commit eb28781

Please sign in to comment.