Skip to content

Commit

Permalink
Fix import above the Chromium license
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed Apr 8, 2020
1 parent fc79ba1 commit f51bd54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CDPSession.spec.js
@@ -1,5 +1,3 @@
const expect = require('expect');
const {getTestState} = require('./mocha-utils');
/**
* Copyright 2018 Google Inc. All rights reserved.
*
Expand All @@ -17,6 +15,8 @@ const {getTestState} = require('./mocha-utils');
*/

const {waitEvent} = require('./utils');
const expect = require('expect');
const {getTestState} = require('./mocha-utils');

describeChromeOnly('Target.createCDPSession', function() {
it('should work', async() => {
Expand Down

0 comments on commit f51bd54

Please sign in to comment.