Skip to content

Commit

Permalink
Moved summarizer test to test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Luu authored and Thomas Luu committed Nov 12, 2019
1 parent f2a18f7 commit 0234cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion summarizer/summarize.test.js → test/summarize.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const fs = require('fs').promises;
const summarize = require('./summarize');
const summarize = require('../summarizer/summarize');


describe('summarize tests...', () => {
Expand Down

0 comments on commit 0234cda

Please sign in to comment.