Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
riyadhalnur committed Mar 31, 2020
1 parent 89038f0 commit 8189c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ const chai = require('chai');
const chaiAsPromised = require('chai-as-promised');
const Conf = require('conf');

const schema = require('../schema');
const schema = require('../src/schema');
const config = new Conf({
projectName: 'weather-cli',
schema
});
const weather = require('../index.js');
const weather = require('../src/index.js');

chai.use(chaiAsPromised);
chai.should();
Expand Down

0 comments on commit 8189c75

Please # to comment.