Skip to content

Commit

Permalink
init test with ava
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-fei committed Nov 6, 2020
1 parent 70ae991 commit 3315d95
Show file tree
Hide file tree
Showing 3 changed files with 2,326 additions and 1 deletion.
4 changes: 4 additions & 0 deletions index.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const test = require('ava')

test('gets html from https://news.ycombinator.com/', async t => {
})
Loading

0 comments on commit 3315d95

Please sign in to comment.