Bump jest related packages (#58095)

This commit is contained in:
patrykkopycinski 2020-06-20 21:05:09 +02:00 committed by GitHub
parent 73af8404e4
commit cc4c1729d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
184 changed files with 2734 additions and 2178 deletions

View file

@ -17,6 +17,6 @@
* under the License.
*/
import jest from 'jest';
import { run } from 'jest';
jest.run(process.argv.slice(2));
run(process.argv.slice(2));