Skip to content

Commit 7f5300c

Browse files
Fixed syntax error
This wasn't picked up by a local run of `npm run test-syntax`
1 parent 5d586dd commit 7f5300c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/domain_ref_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var createGraphDiv = require('../assets/create_graph_div');
55
var destroyGraphDiv = require('../assets/destroy_graph_div');
66
var Plotly = require('../../../lib/index');
77
// optionally specify a test number to run just a single test
8-
var testNumber = undefined;
8+
var testNumber;
99

1010
function makeTests(component, filter) {
1111
return function() {

0 commit comments

Comments
 (0)