Skip to content

Commit

Permalink
Fix import position of dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed Apr 8, 2020
1 parent f51bd54 commit d602cd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/dialog.spec.js
@@ -1,5 +1,3 @@
const expect = require('expect');
const {getTestState} = require('./mocha-utils');
/**
* Copyright 2018 Google Inc. All rights reserved.
*
Expand All @@ -15,6 +13,9 @@ const {getTestState} = require('./mocha-utils');
* See the License for the specific language governing permissions and
* limitations under the License.
*/
const expect = require('expect');
const {getTestState} = require('./mocha-utils');

describe('Page.Events.Dialog', function() {
it('should fire', async() => {
const { page } = getTestState();
Expand Down

0 comments on commit d602cd9

Please sign in to comment.