kopia lustrzana https://gitlab.com/rysiekpl/libresilient
cli: basic-integrity minor test description improvement (ref. #66)
rodzic
6dbffb34f9
commit
bae130d2a1
|
@ -5,7 +5,7 @@ import {
|
||||||
assertEquals
|
assertEquals
|
||||||
} from "https://deno.land/std@0.167.0/testing/asserts.ts";
|
} from "https://deno.land/std@0.167.0/testing/asserts.ts";
|
||||||
|
|
||||||
Deno.test("plugin load", async () => {
|
Deno.test("plugin loads", async () => {
|
||||||
const bi = await import('../../plugins/basic-integrity/cli.js')
|
const bi = await import('../../plugins/basic-integrity/cli.js')
|
||||||
assert("name" in bi)
|
assert("name" in bi)
|
||||||
assert(bi.name == "basic-integrity")
|
assert(bi.name == "basic-integrity")
|
||||||
|
|
Ładowanie…
Reference in New Issue