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 35afaea commit 4d61946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { expect, test } from 'bun:test'
import { getWifiName } from '../src'

test('getWifiName', () => {
// Wifi name is unique so...
const notEmpty = getWifiName() !== ''
expect(notEmpty).toBe(true)
})

0 comments on commit 4d61946

Please sign in to comment.