| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fb51d3a commit 4aaa843
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -47,6 +47,11 @@ const assert = require('node:assert'); | |||
| 47 | 47 | }, common.expectsError({ | |
| 48 | 48 | code: 'ERR_OUT_OF_RANGE' | |
| 49 | 49 | })); | |
| 50 | + assert.throws(() => { | ||
| 51 | + getCallSites(0.5); | ||
| 52 | + }, common.expectsError({ | ||
| 53 | + code: 'ERR_OUT_OF_RANGE' | ||
| 54 | + })); | ||
| 50 | 55 | assert.throws(() => { | |
| 51 | 56 | getCallSites(-1); | |
| 52 | 57 | }, common.expectsError({ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments