Skip to content

Commit

Permalink
Add simple test
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Mar 10, 2024
1 parent 77f85d7 commit c77b297
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/simple-test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* eslint-env mocha */
'use strict'

const { expect } = require('./harness')

Check failure on line 4 in test/simple-test.js

View workflow job for this annotation

GitHub Actions / build

'expect' is assigned a value but never used

Check failure on line 5 in test/simple-test.js

View workflow job for this annotation

GitHub Actions / build

Too many blank lines at the end of file. Max of 0 allowed

0 comments on commit c77b297

Please sign in to comment.