Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit f49f740

Browse files
committed
Merge pull request #8 from lifeiscontent/patch-1
Update README.md
2 parents 5edb732 + 96e356b commit f49f740

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ and rebuild the `dist/` and `demo/` folders.
131131
### Writing tests
132132

133133
Tests refer to a SQL test file in `test/sql/` and the test name is a
134-
reference to the filename of the test file. For example `super test 2` as a test name in an `it()` block within a `describe()` block with title `parent block` points to the file `test/sql/parent-block/super-test2.sql`.
134+
reference to the filename of the test file. For example `super test 2` as a test name in an `it()` block within a `describe()` block with title `parent block` points to the file `test/sql/parent-block/super-test-2.sql`.
135135

136136
The expected AST that should be generated from `super-test-2.sql` should
137137
be located in a JSON file in the following location:
138-
`test/json/super-test2.json`.
138+
`test/json/super-test-2.json`.
139139

140140
There are three options for the test helpers exposed by `tree`:
141141
- `tree.ok(this, done)` to assert that the test file successfully generates an AST

0 commit comments

Comments
 (0)