Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Jul 29, 2022
2 parents 5ba602d + 4d61946 commit 4902689
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bun-wifi-name

Get current wifi name in Bun.
Get current wifi name in Bun/Node.

## Install

Expand Down
3 changes: 2 additions & 1 deletion 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(true).toBe(notEmpty)
expect(notEmpty).toBe(true)
})

0 comments on commit 4902689

Please sign in to comment.