mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Define printWidth at 100
This commit is contained in:
parent
078ee54715
commit
bce6fe83af
81 changed files with 290 additions and 1156 deletions
5
src/mocha.d.ts
vendored
5
src/mocha.d.ts
vendored
|
|
@ -6,10 +6,7 @@
|
|||
declare function run(): void;
|
||||
|
||||
declare function suite(name: string, fn: (err?: any) => void): void;
|
||||
declare function test(
|
||||
name: string,
|
||||
fn: (done: (err?: any) => void) => void
|
||||
): void;
|
||||
declare function test(name: string, fn: (done: (err?: any) => void) => void): void;
|
||||
declare function suiteSetup(fn: (done: (err?: any) => void) => void): void;
|
||||
declare function suiteTeardown(fn: (done: (err?: any) => void) => void): void;
|
||||
declare function setup(fn: (done: (err?: any) => void) => void): void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue