Skip to content

Commit

Permalink
set up initial getdata test > relates #6
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualDOMinic committed Aug 9, 2018
1 parent e1a49c4 commit 96b0689
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/getData.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const tape = require('tape');
const runDbBuild = require('../src/database/db_build');
const getData = require('../src/queries/getData');
// add postData here?

tape('tape is working', t => {
t.equals(1,1,'one is one');
t.end()
})

0 comments on commit 96b0689

Please sign in to comment.