mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
update
This commit is contained in:
parent
224dc389eb
commit
a55f9e86eb
14 changed files with 449 additions and 2 deletions
17
src/test/myObject.ts
Normal file
17
src/test/myObject.ts
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
|
||||
import { assert } from "evt/dist/tools/typeSafety";
|
||||
import * as inDepth from "evt/dist/tools/inDepth";
|
||||
import { myObject } from "..";
|
||||
|
||||
assert(
|
||||
inDepth.same(
|
||||
myObject,
|
||||
{ "p": "FOO" }
|
||||
)
|
||||
);
|
||||
|
||||
console.log("PASS");
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue