mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add basic notebook model tests (#3396)
- Ported from the extension - Only adding tests that related to the internally implemented functionality, not to anything provider-specific.
This commit is contained in:
3
src/typings/temp-write.d.ts
vendored
Normal file
3
src/typings/temp-write.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
declare module 'temp-write' {
|
||||
function sync(input: string, filePath?: string): string;
|
||||
}
|
||||
Reference in New Issue
Block a user