mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix: test imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { assert, assertEqual } from '../tk-unit';
|
||||
import { DOMNode } from '@nativescript/core/debugger/dom-node';
|
||||
import { DOMNode } from '@nativescript/core/debugger/dom-types';
|
||||
import { attachDOMInspectorCommandCallbacks, attachCSSInspectorCommandCallbacks, attachDOMInspectorEventCallbacks } from '@nativescript/core/debugger/devtools-elements';
|
||||
import { InspectorCommands, InspectorEvents } from '@nativescript/core/debugger/devtools-elements';
|
||||
import { unsetValue } from '@nativescript/core/ui/core/properties';
|
||||
|
||||
Reference in New Issue
Block a user