1 parent 5afa41c commit 577d1b6Copy full SHA for 577d1b6
1 file changed
src/server/tests/banners/bannerTests.ts
@@ -1,7 +1,6 @@
1
import type { BannerTest, BannerTestGenerator } from '../../../shared/types';
2
import type { ValueReloader } from '../../utils/valueReloader';
3
import { buildReloader } from '../../utils/valueReloader';
4
-import { abandonedBasketTests } from './abandonedBasketTests';
5
import {
6
channel1BannersAllTestsGenerator,
7
channel2BannersAllTestsGenerator,
@@ -11,7 +10,6 @@ import { signInPromptTests } from './signInPromptTests';
11
10
const flattenArray = <T>(array: T[][]): T[] => ([] as T[]).concat(...array);
12
13
const testGenerators: BannerTestGenerator[] = [
14
- abandonedBasketTests,
15
16
17
signInPromptTests,
0 commit comments