Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Explain why require is used
  • Loading branch information
brandonpayton committed Jul 24, 2018
commit 3fe4314c8ee0b517d5f2a3d623a9086305a7314d
1 change: 1 addition & 0 deletions polyfills/test/DOMRect.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Use `require` because the polyfill uses `module.exports` to provide itself for unit test.
const { DOMRect } = require( '../DOMRect' );

describe( 'DOMRect', function() {
Expand Down