File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,6 @@ var runTests = async function () {
42
42
element = await browser . findElement ( { id : "closureTestRunnerLog" } ) ;
43
43
text = await element . getText ( ) ;
44
44
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 ) ;
51
45
}
52
46
finally {
53
47
await browser . quit ( ) ;
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ var UglifyJsPlugin = require('uglifyjs-webpack-plugin');
10
10
module . exports = [ {
11
11
mode : process . env . NODE_ENV === 'production' ? 'production' : 'development' ,
12
12
entry : {
13
- horizontal : './shim/horizontal.js' ,
14
13
vertical : './shim/vertical.js'
15
14
} ,
16
15
output : {
@@ -28,7 +27,6 @@ module.exports = [{
28
27
} , {
29
28
mode : process . env . NODE_ENV === 'production' ? 'production' : 'development' ,
30
29
entry : {
31
- horizontal : './shim/horizontal.js' ,
32
30
vertical : './shim/vertical.js'
33
31
} ,
34
32
output : {
You can’t perform that action at this time.
0 commit comments