Skip to content

Commit

Permalink
Re-enable TypeScript tests (reduxjs#3770)
Browse files Browse the repository at this point in the history
Former-commit-id: de2e435
Former-commit-id: 512bd6d
  • Loading branch information
Methuselah96 authored May 11, 2020
1 parent a307967 commit d9336b3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json.REMOVED.git-id

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
be7a8170198f9f33adc2a8c8da3a9ae225d03fa6
86229c06f9761d9de6ff1a97a26be2355f675712
2 changes: 1 addition & 1 deletion src/types/store.ts.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ddb06114a2005413e39a98bb68e14cf702ab123f
c74d5f89089f20305527a9a1f53ec55b36025b5f
7 changes: 7 additions & 0 deletions test/typescript.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { checkDirectory } from 'typings-tester'

describe('TypeScript definitions', function () {
it('should compile against index.d.ts', () => {
checkDirectory(__dirname + '/typescript')
})
})

0 comments on commit d9336b3

Please sign in to comment.