Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit f3f5556

Browse files
Correct the test description
1 parent 62e8fb1 commit f3f5556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('compiler.jar', function() {
4949
});
5050
});
5151

52-
it('version should not equal to the package major version', function(done) {
52+
it('version should be equal to the package major version', function(done) {
5353
var compiler = new Compiler({ version: true});
5454
var packageInfo = require('../package.json');
5555
var packageVer = new Semver(packageInfo.version);

0 commit comments

Comments
 (0)