Skip to content

Commit

Permalink
Merge 41a6e4f into 3cbd028
Browse files Browse the repository at this point in the history
  • Loading branch information
bourdakos1 committed Apr 2, 2019
2 parents 3cbd028 + 41a6e4f commit 78bff60
Show file tree
Hide file tree
Showing 20 changed files with 1,232 additions and 243 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@
/config*.yaml
model_*
exported_buckets
.tmp

# Logs
logs
Expand Down
7 changes: 7 additions & 0 deletions __tests__/api/wml.test.js
@@ -0,0 +1,7 @@
const sinon = require('sinon')
const assert = require('assert')
const wml = require('./../../src/api/wml')

describe('wml', () => {
it('', () => {})
})
7 changes: 7 additions & 0 deletions __tests__/commands/help.test.js
@@ -0,0 +1,7 @@
const help = require('./../../src/commands/help')

describe('help', () => {
it('shows help', () => {
help()
})
})

0 comments on commit 78bff60

Please sign in to comment.