diff --git a/components/test/brave_adblock_ui/reducers/index_test.ts b/components/test/brave_adblock_ui/reducers/index_test.ts index f48ee628661..b7b82932a48 100644 --- a/components/test/brave_adblock_ui/reducers/index_test.ts +++ b/components/test/brave_adblock_ui/reducers/index_test.ts @@ -1,7 +1,7 @@ -/* global describe, it */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* global describe, it */ import reducers from '../../../brave_adblock_ui/reducers/index' import { adblockInitialState } from '../../testData' diff --git a/components/test/brave_rewards/page/reducers/index_test.ts b/components/test/brave_rewards/page/reducers/index_test.ts index 7f50d2533c7..817974cdb10 100644 --- a/components/test/brave_rewards/page/reducers/index_test.ts +++ b/components/test/brave_rewards/page/reducers/index_test.ts @@ -1,7 +1,7 @@ -/* global describe, it */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* global describe, it */ import { createReducer } from '../../../../brave_rewards/resources/page/reducers' import { rewardsInitialState } from '../../../testData' diff --git a/components/test/brave_rewards/page/utils_test.ts b/components/test/brave_rewards/page/utils_test.ts index bf64f673cb9..d2cb85d09ec 100644 --- a/components/test/brave_rewards/page/utils_test.ts +++ b/components/test/brave_rewards/page/utils_test.ts @@ -1,7 +1,7 @@ -/* global describe, it */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* global describe, it */ import { convertBalance } from '../../../brave_rewards/resources/page/components/utils' diff --git a/components/test/brave_welcome_ui/reducers/index_test.ts b/components/test/brave_welcome_ui/reducers/index_test.ts index 78a6195e752..aded198db9b 100644 --- a/components/test/brave_welcome_ui/reducers/index_test.ts +++ b/components/test/brave_welcome_ui/reducers/index_test.ts @@ -1,7 +1,7 @@ -/* global describe, it */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* global describe, it */ import reducers from '../../../brave_welcome_ui/reducers/index' import { welcomeInitialState } from '../../testData'