mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
0b59cba85d
This addresses a reported issue where elements were being fully removed from the DOM during drag and drop operations. fixes: #67257
9 lines
181 B
JavaScript
9 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;
|