You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,11 +131,11 @@ and rebuild the `dist/` and `demo/` folders.
131
131
### Writing tests
132
132
133
133
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`.
135
135
136
136
The expected AST that should be generated from `super-test-2.sql` should
137
137
be located in a JSON file in the following location:
138
-
`test/json/super-test2.json`.
138
+
`test/json/super-test-2.json`.
139
139
140
140
There are three options for the test helpers exposed by `tree`:
141
141
-`tree.ok(this, done)` to assert that the test file successfully generates an AST
0 commit comments