Skip to content

Commit a31a94a

Browse files
Removed testnumber file
You can set testnumber in test/jasmine/tests/domain_ref_test.js if you want to run a single test.
1 parent 71b0cc4 commit a31a94a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

test/jasmine/assets/domain_ref/testnumber.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/jasmine/tests/domain_ref_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ var domainRefComponents = require('../assets/domain_ref/components');
44
var createGraphDiv = require('../assets/create_graph_div');
55
var destroyGraphDiv = require('../assets/destroy_graph_div');
66
var Plotly = require('../../../lib/index');
7-
// optionally specify a test number in a file to run just a single test
8-
var testNumber = require('../assets/domain_ref/testnumber');
7+
// optionally specify a test number to run just a single test
8+
var testNumber = undefined;
99

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

0 commit comments

Comments
 (0)