mirror of
https://github.com/bvanroll/rpiRadio.git
synced 2025-09-01 13:32:46 +00:00
Initial Commit
This commit is contained in:
7
ProjectNow/NodeServer/node_modules/saslprep/test/util.js
generated
vendored
Normal file
7
ProjectNow/NodeServer/node_modules/saslprep/test/util.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { range } from '../lib/util'
|
||||
import test from 'ava'
|
||||
|
||||
test('should work', (t) => {
|
||||
const list = range(1, 3)
|
||||
t.deepEqual(list, [1, 2, 3])
|
||||
})
|
Reference in New Issue
Block a user