Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks out some of the consts from index.ts to utils.ts #135

Merged
merged 1 commit into from Apr 25, 2018
Merged

Breaks out some of the consts from index.ts to utils.ts #135

merged 1 commit into from Apr 25, 2018

Conversation

campionfellin
Copy link
Collaborator

Starting work on #133

Passes lint and all tests.

Signed-off-by: campionfellin campionfellin@gmail.com

  • npm run test succeeds.
  • Appropriate changes to README are included in PR.

Signed-off-by: campionfellin <campionfellin@gmail.com>
@coveralls
Copy link

coveralls commented Apr 25, 2018

Pull Request Test Coverage Report for Build 97

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • 324 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.3%) to 11.077%

Files with Coverage Reduction New Missed Lines %
index.js 324 7.76%
Totals Coverage Status
Change from base Build 95: 0.3%
Covered Lines: 100
Relevant Lines: 675

💛 - Coveralls

@@ -11,6 +11,7 @@
"moduleResolution": "node",
"files": [
"index.ts",
"tests/test.ts"
"tests/test.ts",
"src/utils.ts"
Copy link
Contributor

Choose a reason for hiding this comment

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

We should take a src/*.ts glob next time.
http://www.typescriptlang.org/docs/handbook/tsconfig-json.html

@grant grant merged commit b17eace into google:master Apr 25, 2018
@campionfellin campionfellin deleted the utils-breakout branch April 25, 2018 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants