Commit 43bce06 1 parent 19506a0 commit 43bce06 Copy full SHA for 43bce06
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- import { assert } from "https://deno.land/std@0.203 .0/assert/assert.ts" ;
2
- export { delay } from "https://deno.land/std@0.203 .0/async/delay.ts" ;
3
- export { assert } from "https://deno.land/std@0.203 .0/assert/assert.ts" ;
4
- export { assertEquals } from "https://deno.land/std@0.203 .0/assert/assert_equals.ts" ;
1
+ import { assert } from "https://deno.land/std@0.214 .0/assert/assert.ts" ;
2
+ export { delay } from "https://deno.land/std@0.214 .0/async/delay.ts" ;
3
+ export { assert } from "https://deno.land/std@0.214 .0/assert/assert.ts" ;
4
+ export { assertEquals } from "https://deno.land/std@0.214 .0/assert/assert_equals.ts" ;
5
5
export {
6
6
assertNotEquals ,
7
- } from "https://deno.land/std@0.203 .0/assert/assert_not_equals.ts" ;
8
- export { timingSafeEqual } from "https://deno.land/std@0.203 .0/crypto/timing_safe_equal.ts" ;
7
+ } from "https://deno.land/std@0.214 .0/assert/assert_not_equals.ts" ;
8
+ export { timingSafeEqual } from "https://deno.land/std@0.214 .0/crypto/timing_safe_equal.ts" ;
9
9
10
10
let kv : Deno . Kv | undefined ;
11
11
let path : string | undefined ;
Original file line number Diff line number Diff line change 7
7
"./keys" : " ./keys.ts"
8
8
},
9
9
"tasks" : {
10
- "test" : " deno test --allow-read --allow-write --unstable"
10
+ "test" : " deno test --allow-read --allow-write --unstable-kv "
11
11
},
12
12
"lock" : false
13
13
}
You can’t perform that action at this time.
0 commit comments