mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-02-10 17:49:17 +00:00
unskip test
This commit is contained in:
parent
f063e8e674
commit
93c7ea0d4e
@ -101,8 +101,7 @@ var expect = require('expect.js'),
|
||||
});
|
||||
});
|
||||
|
||||
var itOrSkip = type === 'git' ? it.skip : it;
|
||||
itOrSkip('expect current revision still equals to rev0', function(done) {
|
||||
it('expect current revision still equals to rev0', function(done) {
|
||||
scm.getCurrent(function(err, rev) {
|
||||
if (err) return done(err);
|
||||
expect(rev).eql(data[0]);
|
||||
|
Loading…
Reference in New Issue
Block a user