Skip to content

Commit 6d8f9af

Browse files
committed
Merge branch 'dev-2.0' of https://github.com/sproutleaf/p5.js into dev-2.0
2 parents 6cac15d + 2cb3668 commit 6d8f9af

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

test/unit/core/error_helpers.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import p5 from '../../../src/app.js';
22

3-
setupMath(p5);
4-
53
import { testUnMinified, createP5Iframe, P5_SCRIPT_TAG } from '../../js/p5_helpers';
4+
import '../../js/chai_helpers';
65

76
suite('Error Helpers', function() {
87
var myp5;

vite.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ export default defineConfig({
1111
],
1212
test: {
1313
include: [
14-
// './test/unit/**/*.js'
15-
'./test/unit/color/*.js'
14+
'./test/unit/**/*.js'
15+
// './test/unit/color/*.js'
1616
],
1717
exclude: [
1818
'./test/unit/spec.js',

0 commit comments

Comments
 (0)