Skip to content

test(almin): setup TypeScript testing env#232

Merged
azu merged 11 commits intomasterfrom
typescript-test-end
Jul 14, 2017
Merged

test(almin): setup TypeScript testing env#232
azu merged 11 commits intomasterfrom
typescript-test-end

Conversation

@azu
Copy link
Copy Markdown
Member

@azu azu commented Jul 13, 2017

Start of #144

This Pull Request setup TypeScript env for testing.
We can write test as TypeScript.

Welcome to pull request that convert test/ to TypeScript #144 :)

  • Remove babel
  • Convert src/ to lib/ by TypeScript
  • Test converted lib/test
    • It will be changed in the future. want to use require hook

@azu
Copy link
Copy Markdown
Member Author

azu commented Jul 13, 2017

I've start to use Jest, but give up it.
Because, Jest does not support real browser.
Jest + SauceLabs E2E Testing doesn't work.

{
"extends": "../tsconfig.json",
"compilerOptions": {
"allowJs": true,
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be removed when all test is converted TypeScript.

},
"dependencies": {
"map-like": "^1.0.3"
"map-like": "^2.0.0"
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@azu azu merged commit 7eb0c58 into master Jul 14, 2017
@azu azu deleted the typescript-test-end branch July 14, 2017 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant