Skip to content

Commit

Permalink
ts: Cleaup: mv yaml-tests.ts tests/typings.ts; rm tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Apr 17, 2020
1 parent d9e093b commit 91b6dd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
6 changes: 4 additions & 2 deletions yaml-tests.ts → tests/typings.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import * as YAML from 'yaml'
import { YAMLMap, YAMLSeq } from 'yaml/types'
// To test types, compile this file with tsc

import * as YAML from '../index'
import { YAMLMap, YAMLSeq } from '../types'

YAML.parse('3.14159')
// 3.14159
Expand Down
19 changes: 0 additions & 19 deletions tsconfig.json

This file was deleted.

0 comments on commit 91b6dd6

Please sign in to comment.