Skip to content

Commit

Permalink
add brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
TenghuiZhang committed Aug 15, 2023
1 parent 053ea88 commit 76b3196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devtools/WebAudioGraphIntegrator.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {integrateWebAudioGraph} from './WebAudioGraphIntegrator';
import * as oscillatorGainFixture from '../../fixtures/oscillatorGainParam';

// Node.js environment doesn't provide some browser-specific APIs
// (e.g. performance.now(), localStorage.getItem and localStorage.setItem)
// (e.g. performance.now(), localStorage.getItem() and localStorage.setItem())
// Mocking these ensures no errors are thrown when running tests.
global.performance = {
now: jest.fn(() => Date.now()),
Expand Down

0 comments on commit 76b3196

Please sign in to comment.