mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add test for opening existing SQL file and typing text into it (#5816)
* Add test for opening existing SQL file and typing text into it * Clean up * More cleanup, remove unneeded queryEditor and add smoke test scripts * Update comments to be clearer
This commit is contained in:
@@ -15,6 +15,8 @@ import { Application, Quality, ApplicationOptions } from './application';
|
||||
|
||||
//{{SQL CARBON EDIT}}
|
||||
import { setup as runProfilerTests } from './sql/profiler/profiler.test';
|
||||
import { setup as runQueryEditorTests } from './sql/queryEditor/queryEditor.test';
|
||||
|
||||
//Original
|
||||
/*
|
||||
import { setup as setupDataMigrationTests } from './areas/workbench/data-migration.test';
|
||||
@@ -283,6 +285,7 @@ describe('Running Code', () => {
|
||||
|
||||
//{{SQL CARBON EDIT}}
|
||||
runProfilerTests();
|
||||
runQueryEditorTests();
|
||||
//Original
|
||||
/*
|
||||
setupDataLossTests();
|
||||
|
||||
Reference in New Issue
Block a user