Skip to content

Commit

Permalink
Update index.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano authored Jul 18, 2022
1 parent 77b3405 commit 35afaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { getWifiName } from '../src'

test('getWifiName', () => {
const notEmpty = getWifiName() !== ''
expect(true).toBe(notEmpty)
expect(notEmpty).toBe(true)
})

0 comments on commit 35afaea

Please sign in to comment.