Skip to content

Commit 3e1bf4d

Browse files
committed
loosen skipped versions for token test
1 parent f4ac078 commit 3e1bf4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/server/webgme.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ describe('webgme', function () {
153153
});
154154
});
155155

156-
(process.version !== 'v20.12.2' ? it : it.skip)('should requestWebGMEToken with auth turned on', function (done) {
156+
(process.version.startsWith('v20') ? it.skip : it)('should requestWebGMEToken with auth turned on', (done) => {
157157
var webGME = testFixture.WebGME,
158158
gmeConfig = testFixture.getGmeConfig(),
159159
error,

0 commit comments

Comments
 (0)