We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4644eed commit 1dcb228Copy full SHA for 1dcb228
tests/external-tests.js
@@ -113,29 +113,6 @@ var repositories = [
113
];
114
115
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
- },
139
{
140
name: 'mocha',
141
tag: '1.21.5',
0 commit comments