Skip to content

Testing

devlinjunker edited this page Dec 29, 2020 · 10 revisions

TODO: Fill out notes about Testing

  • Core Infrastructure Initiative
    • Automated Test Suite
    • Test Policy

Unit Tests

it(
  'should be formatted like this',
  () => {
    // test stuff here
  }
);

Automated Tests

E2E Tests?

Test First Development?

Clone this wiki locally