File tree Expand file tree Collapse file tree 1 file changed +20
-19
lines changed Expand file tree Collapse file tree 1 file changed +20
-19
lines changed Original file line number Diff line number Diff line change 1
1
require . config ( {
2
- baseUrl :'./' ,
3
- paths : {
4
- 'lib' : '../lib' ,
5
- 'chai' : './testDeps/chai'
6
- }
2
+ baseUrl :'./' ,
3
+ paths : {
4
+ 'lib' : '../lib' ,
5
+ 'chai' : './testDeps/chai'
6
+ }
7
7
} ) ;
8
8
9
9
var allTests = [
10
- 'tests/p5.SoundFile' ,
11
- 'tests/p5.Amplitude' ,
12
- 'tests/p5.Oscillator' ,
13
- 'tests/p5.Distortion' ,
14
- 'tests/p5.Effect' ,
15
- 'tests/p5.Filter' ,
16
- 'tests/p5.FFT' ,
17
- 'tests/p5.Compressor' ,
18
- 'tests/p5.EQ' ,
19
- 'tests/p5.AudioIn' ,
20
- 'tests/p5.AudioVoice' ,
21
- 'tests/p5.MonoSynth' ,
22
- 'tests/p5.PolySynth'
10
+ 'tests/p5.SoundFile' ,
11
+ 'tests/p5.Amplitude' ,
12
+ 'tests/p5.Oscillator' ,
13
+ 'tests/p5.Distortion' ,
14
+ 'tests/p5.Effect' ,
15
+ 'tests/p5.Filter' ,
16
+ 'tests/p5.FFT' ,
17
+ 'tests/p5.Compressor' ,
18
+ 'tests/p5.EQ' ,
19
+ 'tests/p5.AudioIn' ,
20
+ 'tests/p5.AudioVoice' ,
21
+ 'tests/p5.MonoSynth' ,
22
+ 'tests/p5.PolySynth' ,
23
+ 'tests/p5.SoundRecorder'
23
24
] ;
24
25
25
26
p5 . prototype . masterVolume ( 0 ) ;
26
27
27
28
require ( allTests , function ( ) {
28
- mocha . run ( ) ;
29
+ mocha . run ( ) ;
29
30
} ) ;
You can’t perform that action at this time.
0 commit comments