File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
packages/firestore-compat Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license
3
- * Copyright 2022 Google LLC
3
+ * Copyright 2017 Google LLC
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
6
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -27,7 +27,5 @@ import '../src/index';
27
27
// 'context()' definition requires additional dependency on webpack-env package.
28
28
// eslint-disable-next-line @typescript-eslint/no-explicit-any
29
29
const testsContext = ( require as any ) . context ( '.' , true , / ^ ( .) * \. t e s t $ / ) ;
30
- const browserTests = testsContext
31
- . keys ( )
32
- . filter ( ( file : string ) => ! file . match ( / ( [ \/ . ] ) n o d e ( [ \/ . ] ) / ) ) ;
30
+ const browserTests = testsContext . keys ( ) ;
33
31
browserTests . forEach ( testsContext ) ;
You can’t perform that action at this time.
0 commit comments