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

Commit e9b55ca

Browse files
Fix variable reference
1 parent d4165dd commit e9b55ca

File tree

1 file changed

+1
-3
lines changed
  • packages/google-closure-compiler/test

1 file changed

+1
-3
lines changed

packages/google-closure-compiler/test/node.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ describe('closure-compiler node bindings', () => {
4141
let originalTimeout;
4242
beforeEach(() => {
4343
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
44-
if (platform === 'java') {
45-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
46-
}
44+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
4745
});
4846
afterEach(() => {
4947
jasmine.DEFAULT_TIMEOUT_INTERVAL = originalTimeout;

0 commit comments

Comments
 (0)