mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
linting
This commit is contained in:
parent
ef55dc9bb8
commit
0180922e05
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
import { BasicTests } from "test/helper/Basic";
|
||||
import { Noise } from "./Noise";
|
||||
import { expect } from "chai";
|
||||
import { SourceTests } from "test/helper/SourceTests";
|
||||
import { OutputAudio } from "test/helper/OutputAudio";
|
||||
import { BasicTests } from "test/helper/Basic";
|
||||
import { CompareToFile } from "test/helper/CompareToFile";
|
||||
import { OutputAudio } from "test/helper/OutputAudio";
|
||||
import { SourceTests } from "test/helper/SourceTests";
|
||||
import { Noise } from "./Noise";
|
||||
|
||||
describe("Noise", () => {
|
||||
|
||||
|
|
Loading…
Reference in a new issue