Skip to content

Commit

Permalink
added documentation, added documentation test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoverson committed Jul 8, 2020
1 parent b2c8d2c commit 5e09915
Show file tree
Hide file tree
Showing 51 changed files with 1,738 additions and 6,196 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
package-lock.json
package-lock.json
dist
temp
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"titleBar.inactiveBackground": "#1f2e3999",
"titleBar.inactiveForeground": "#e7e7e799"
},
"mochaExplorer.files": "test/**/*.ts",
"mochaExplorer.files": "test/**/*.test.ts",
"mochaExplorer.require": "ts-node/register",
"mochaExplorer.debuggerConfig": "Debug Mocha Tests",
"peacock.color": "#1f2e39"
Expand Down
2 changes: 0 additions & 2 deletions dist/src/adjectives.d.ts

This file was deleted.

Loading

0 comments on commit 5e09915

Please sign in to comment.