angular/integration/animations/e2e/setup.js
Jessica Janiuk 0b59cba85d fix(core): Prevent removal of elements during drag and drop
This addresses a reported issue where elements were being fully removed from the DOM during drag and drop operations.

fixes: #67257
2026-03-02 08:46:09 -08:00

8 lines
181 B
JavaScript

const path = require('path');
const tsNode = require('ts-node');
tsNode.register({
project: path.join(__dirname, 'tsconfig.json'),
});
jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;