diff options
author | samontea <merciers.merciers@gmail.com> | 2022-09-16 19:41:07 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-09-16 22:05:44 +0000 |
commit | dfe2ef0eb6aac956ccefa16f1a0070e336445ca7 (patch) | |
tree | 2bf2c20e660092a4e832d7f3576f36892248e198 /.eslintignore | |
parent | ec5378501424cd4a60efdf3d85b3f74c0cb19c86 (diff) | |
download | mongo-dfe2ef0eb6aac956ccefa16f1a0070e336445ca7.tar.gz |
SERVER-69408 Add randomized testing for the mixed-type timeseries bug
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore index 97755b3f9df..8294304e78d 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,3 @@ src/mongo/gotools/* *.tpl.js +jstests/third_party/**/*.js |