Skip to content

Instantly share code, notes, and snippets.

@tianhaoz95
Created November 8, 2019 05:40
Show Gist options
  • Save tianhaoz95/29c9f1787d1cca739ebd6a81bea0cedb to your computer and use it in GitHub Desktop.
Save tianhaoz95/29c9f1787d1cca739ebd6a81bea0cedb to your computer and use it in GitHub Desktop.
write fb tests
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