Skip to content

Commit 2136b1b

Browse files
Fixes
1 parent b63c44c commit 2136b1b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/firestore-compat/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright 2022 Google LLC
3+
* Copyright 2017 Google LLC
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

packages/firestore-compat/test/bootstrap.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,5 @@ import '../src/index';
2727
// 'context()' definition requires additional dependency on webpack-env package.
2828
// eslint-disable-next-line @typescript-eslint/no-explicit-any
2929
const testsContext = (require as any).context('.', true, /^(.)*\.test$/);
30-
const browserTests = testsContext
31-
.keys()
32-
.filter((file: string) => !file.match(/([\/.])node([\/.])/));
30+
const browserTests = testsContext.keys();
3331
browserTests.forEach(testsContext);

0 commit comments

Comments
 (0)