Skip to content

Instantly share code, notes, and snippets.

@dkelosky
Last active January 13, 2019 15:11
Show Gist options
  • Save dkelosky/b92e76b7cd7bd53a4549462776d6f34a to your computer and use it in GitHub Desktop.
Save dkelosky/b92e76b7cd7bd53a4549462776d6f34a to your computer and use it in GitHub Desktop.
describe("Build tests", () => {
it("should assemble with RC=0", () => {
// TODO(Kelosky): do something meaningful
expect(true).toBe(true);
});
// TODO(Kelosky): add more
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment