Created
November 8, 2019 05:40
-
-
Save tianhaoz95/29c9f1787d1cca739ebd6a81bea0cedb to your computer and use it in GitHub Desktop.
write fb tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| describe("test iwfp api", () => { | |
| // prepare code shown in the last section. | |
| it("hello world no crash", () => { | |
| const wrapped = tester.wrap(iwfpapi.helloWorld); | |
| wrapped(null); | |
| }); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment