Skip to content

Commit

Permalink
😄
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed Jan 10, 2016
1 parent 9acff4c commit a67b89a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ const os = require('os');
const execSync = require('child_process').execSync;

describe('check-tracked', () => {
before(() => {
execSync('git config user.email lingyucoder@gmail.com');
execSync('git config user.name LingyuCoder');
});
describe('success', () => {
it('should resolve object with success true if tag can be used', () => {
return checker('publish/success').should.be.fulfilledWith({
Expand Down

0 comments on commit a67b89a

Please sign in to comment.