generated from MuhammadIqbalMaulana/UAS-SIG
Initial commit
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import { noJitter } from './no.jitter';
|
||||
|
||||
describe(`Testing ${noJitter.name}`, () => {
|
||||
it(`when calling #noJitter with a delay,
|
||||
it returns the same delay`, () => {
|
||||
const delay = 100;
|
||||
expect(noJitter(delay)).toBe(delay);
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user