Skip to content

Commit

Permalink
test test
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Feb 17, 2020
1 parent 968aca7 commit 4885484
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ services:
before_script:
- "export DISPLAY=:99.0"
- sleep 3 # give xvfb some time to start

script: xvfb-run --server-args="-screen 0 1440x900x24" make test
1 change: 1 addition & 0 deletions test/tests/units/positionTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ describe('Test position/offset helpers', function() {

if (pos.top !== 264) {
console.log(pos);
console.log(window.screen);
console.log(span.getBoundingClientRect());
console.log(span.getClientRects());
console.log(span.getClientRects());
Expand Down

0 comments on commit 4885484

Please sign in to comment.