UNPKG

expo-updates

Version:

Fetches and manages remotely-hosted assets and updates to your app's JS bundle.

15 lines (14 loc) 271 B
module.exports = { preset: 'ts-jest', testMatch: ['**/__tests__/**/*-test.ts'], coveragePathIgnorePatterns: ['testfixtures'], globals: { 'ts-jest': { diagnostics: { warnOnly: true, }, }, }, rootDir: __dirname, roots: ['cli'], };