Great to see you're using suuuuuupertest in your postData.js. Might it be useful to require it also in your getData.js?
Currently you're requiring:
const tape = require('tape');
const runDbBuild = require('../src/database/db_build');
const getData = require('../src/queries/getData');_
Great to see you're using suuuuuupertest in your postData.js. Might it be useful to require it also in your getData.js?
Currently you're requiring:
const tape = require('tape');
const runDbBuild = require('../src/database/db_build');
const getData = require('../src/queries/getData');_