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

Commit 4db12e7

Browse files
committed
updated TODO.md
1 parent 90dda13 commit 4db12e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = function(grunt) {
7676
options: {
7777
failOnError: true
7878
},
79-
command: './node_modules/.bin/mocha --reporter="nyan"'
79+
command: './node_modules/.bin/mocha --reporter=nyan'
8080
},
8181
debug: {
8282
options: {

TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- [ ] `LIMIT`
77
- [ ] `name` property across node types
88
- [ ] `type` and `variant` combine into single `type` property
9+
- [ ] **[In Progress]** Organize tests and SQL test queries by type and split out into different files/directories.
910

1011
## **[0.10.0]** Finished
1112

0 commit comments

Comments
 (0)