chore: update deps
This commit is contained in:
parent
66031d56c2
commit
36d3e944ff
5 changed files with 9 additions and 7 deletions
2
test/deps.ts
Normal file
2
test/deps.ts
Normal file
|
@ -0,0 +1,2 @@
|
|||
export * from "https://deno.land/std@0.95.0/testing/asserts.ts"
|
||||
export * from "https://deno.land/std@0.95.0/http/server.ts"
|
|
@ -1,6 +1,6 @@
|
|||
import { SlashClient } from '../mod.ts'
|
||||
import { SLASH_ID, SLASH_PUB_KEY, SLASH_TOKEN } from './config.ts'
|
||||
import { listenAndServe } from 'https://deno.land/std@0.90.0/http/server.ts'
|
||||
import { listenAndServe } from './deps.ts'
|
||||
|
||||
const slash = new SlashClient({
|
||||
id: SLASH_ID,
|
||||
|
|
|
@ -5,7 +5,7 @@ import { TOKEN } from '../src/test/config.ts'
|
|||
import {
|
||||
assertEquals,
|
||||
assertExists
|
||||
} from 'https://deno.land/std@0.84.0/testing/asserts.ts'
|
||||
} from './deps.ts'
|
||||
|
||||
//#region Lib Tests
|
||||
Deno.test({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue