Skip to content

Commit 1dcb228

Browse files
committed
Testing: remove QUnit 1.0.0, optional repo.
1 parent 4644eed commit 1dcb228

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

tests/external-tests.js

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -113,29 +113,6 @@ var repositories = [
113113
];
114114

115115
var repositoriesOptional = [
116-
{
117-
name: 'qunit',
118-
tag: 'v1.0.0',
119-
url: 'https://github.com/jquery/qunit.git',
120-
test_framework: 'qunit',
121-
browsers: [
122-
{
123-
'browser': 'firefox',
124-
'browser_version': '44.0',
125-
'os': 'OS X',
126-
'os_version': 'Snow Leopard'
127-
}
128-
],
129-
test_path: [
130-
'test/index.html',
131-
'test/logs.html'
132-
],
133-
expected_results: {
134-
tests: 323,
135-
passed: 323,
136-
failed: 0
137-
}
138-
},
139116
{
140117
name: 'mocha',
141118
tag: '1.21.5',

0 commit comments

Comments
 (0)