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

Update wealthfront-javascript to version 3.0.1 πŸš€ #8

Merged
merged 2 commits into from
Apr 12, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Passing linter
  • Loading branch information
elicwhite committed Apr 12, 2016
commit 7bda5f757def26770f83f80f0739466175f912ae
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

const CleanGitRef = {
clean(value) {
if (typeof value !== 'string') {
Expand Down
2 changes: 2 additions & 0 deletions test/js/setup.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

var chai = require('chai');

chai.config.includeStack = true;
Expand Down
2 changes: 2 additions & 0 deletions test/src-test/index_test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

const assert = require('chai').assert;
const spawn = require('child_process').spawn;
const cleanGitRef = require('../../src/index');
Expand Down