mirror of
https://github.com/apache/superset.git
synced 2026-04-10 20:06:13 +00:00
* build: inline cached-dependencies to unblock CI * Run E2E on pull_request on;y * Inline all external actions * Checkout needed for internal actions Also fixes pre-commit * Add missing files
6 lines
217 B
JavaScript
6 lines
217 B
JavaScript
var config = require('./jest.config')
|
|
config.testPathIgnorePatterns = ['!/src/tests/integration.test.ts']
|
|
config.testMatch = ['**/integration.test.ts']
|
|
console.log('RUNNING INTEGRATION TESTS')
|
|
module.exports = config
|