Commit 1dd6f2aa by Wee

test: add base passed tests

parent c5c99a13
import React from 'react' import * as React from 'react'
import ReactDOM from 'react-dom' import * as ReactDOM from 'react-dom'
import PropTypes from 'prop-types' import * as PropTypes from 'prop-types'
import { MemoryRouter, Route, Router } from 'react-router' import { MemoryRouter, Route, Router } from 'react-router'
import { createMemoryHistory } from 'history' import { createMemoryHistory } from 'history'
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
"@types/react": "^16.7.18", "@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11", "@types/react-dom": "^16.0.11",
"jest": "^24.5.0", "jest": "^24.5.0",
"jest-environment-jsdom": "^24.5.0",
"ts-jest": "^24.0.0", "ts-jest": "^24.0.0",
"tslint": "^5.14.0", "tslint": "^5.14.0",
"tslint-config-alloy": "^0.2.1", "tslint-config-alloy": "^0.2.1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment