Added readme
This commit is contained in:
parent
f915a4b889
commit
63751d9696
2 changed files with 4 additions and 1 deletions
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# typescript/serializer
|
||||
|
||||
[![Build Status](https://thunderk.visualstudio.com/typescript/_apis/build/status/serializer?branchName=master)](https://dev.azure.com/thunderk/typescript/_build?pipelineNameFilter=serializer)
|
|
@ -2,7 +2,7 @@ import {
|
|||
it,
|
||||
expect,
|
||||
patch,
|
||||
} from "https://code.thunderk.net/typescript/deno_tools/raw/1.0.0/testing.ts";
|
||||
} from "https://code.thunderk.net/typescript/devtools/raw/1.0.0/testing.ts";
|
||||
import { Serializer } from "./serializer.ts";
|
||||
|
||||
class TestSerializerObj1 {
|
||||
|
|
Loading…
Reference in a new issue