Skip to content

Commit

Permalink
docs(testlab): describe test fixture directories
Browse files Browse the repository at this point in the history
  • Loading branch information
bajtos committed Jan 31, 2019
1 parent 4c6b176 commit f946d48
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/testlab/fixtures/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Static fixtures

This directory contains test fixture files that we want to use in verbatim and
also files that TypeScript compiler would not copy from `src` to `dist`.

For example:

- text files
- JSON files not imported by any `.ts` file
4 changes: 4 additions & 0 deletions packages/testlab/src/__tests__/fixtures/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Compiled fixtures

This directory contains test fixture files that we want to compile by TypeScript
before using in tests.

0 comments on commit f946d48

Please sign in to comment.