Skip to content

Commit d7e9466

Browse files
committed
bri
1 parent 93d3e69 commit d7e9466

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

tests/jsunit/test_runner.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ var runTests = async function () {
4242
element = await browser.findElement({id: "closureTestRunnerLog"});
4343
text = await element.getText();
4444
testHtml(text);
45-
46-
await browser.get("file://" + path + "/tests/jsunit/horizontal_tests.html");
47-
await browser.sleep(5000);
48-
element = await browser.findElement({id: "closureTestRunnerLog"});
49-
text = await element.getText();
50-
testHtml(text);
5145
}
5246
finally {
5347
await browser.quit();

webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ var UglifyJsPlugin = require('uglifyjs-webpack-plugin');
1010
module.exports = [{
1111
mode: process.env.NODE_ENV === 'production' ? 'production' : 'development',
1212
entry: {
13-
horizontal: './shim/horizontal.js',
1413
vertical: './shim/vertical.js'
1514
},
1615
output: {
@@ -28,7 +27,6 @@ module.exports = [{
2827
}, {
2928
mode: process.env.NODE_ENV === 'production' ? 'production' : 'development',
3029
entry: {
31-
horizontal: './shim/horizontal.js',
3230
vertical: './shim/vertical.js'
3331
},
3432
output: {

0 commit comments

Comments
 (0)