Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@WesleySmits
Created October 10, 2021 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WesleySmits/ca6909872ff81bd862b0e8943f2f1358 to your computer and use it in GitHub Desktop.
Save WesleySmits/ca6909872ff81bd862b0e8943f2f1358 to your computer and use it in GitHub Desktop.
TS Starter: Test for app.ts
import sum from './app';
test('adds 1 + 2 to equal 3', () => {
expect(sum(1, 2)).toBe(3);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment