From f51bd54818eb28e84d32359e121951dd579ca3f7 Mon Sep 17 00:00:00 2001 From: Jack Franklin Date: Wed, 8 Apr 2020 10:44:44 +0100 Subject: [PATCH] Fix import above the Chromium license --- test/CDPSession.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CDPSession.spec.js b/test/CDPSession.spec.js index 1951fd5a96199..a1d864d9ead7e 100644 --- a/test/CDPSession.spec.js +++ b/test/CDPSession.spec.js @@ -1,5 +1,3 @@ -const expect = require('expect'); -const {getTestState} = require('./mocha-utils'); /** * Copyright 2018 Google Inc. All rights reserved. * @@ -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() => {