Skip to content

Commit 6760baf

Browse files
committed
remove time test to be safe
1 parent c70b3ed commit 6760baf

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

test/RawModule.test.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,6 @@ describe("RawModule", function() {
4242
});
4343
});
4444

45-
describe('build', function() {
46-
it('sets builtTime attribute to current time value in milliseconds', function() {
47-
myRawModule.build('', '', '', '', () => {
48-
undefined
49-
})
50-
var currentTime = new Date().getTime();
51-
myRawModule.builtTime.should.be.eql(currentTime);
52-
});
53-
});
54-
5545
describe('source', function() {
5646
it('returns a new OriginalSource instance with sourceStr attribute and\
5747
return value of identifier() function provided as constructor arguments',

0 commit comments

Comments
 (0)