Skip to content

Commit

Permalink
Update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jtenner committed May 24, 2019
1 parent 678c1ee commit dd56adb
Show file tree
Hide file tree
Showing 17 changed files with 127 additions and 125 deletions.
6 changes: 4 additions & 2 deletions lib/as-pect.amd.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ declare module "test/TestGroup" {
beforeAllPointers: number[];
afterAllPointers: number[];
testFunctionPointers: number[];
testNamePointers: number[];
testMessagePointers: number[];
testNames: string[];
testMessages: string[];
testThrows: boolean[];
tests: TestResult[];
todoPointers: number[];
Expand Down Expand Up @@ -322,6 +322,7 @@ declare module "util/IPerformanceConfiguration" {
declare module "util/IAspectExports" {
export interface IAspectExports {
__call(pointer: number): void;
__main(): void;
}
}
declare module "test/TestContext" {
Expand All @@ -345,6 +346,7 @@ declare module "test/TestContext" {
private expected;
time: number;
pass: boolean;
startupTime: number;
private performanceEnabledValue;
private maxSamplesValue;
private maxTestRunTimeValue;
Expand Down
2 changes: 1 addition & 1 deletion lib/as-pect.amd.d.ts.map

Large diffs are not rendered by default.

159 changes: 79 additions & 80 deletions lib/as-pect.amd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/as-pect.amd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/reporter/DefaultTestReporter.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions lib/reporter/DefaultTestReporter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/reporter/DefaultTestReporter.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/test/TestContext.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export declare class TestContext {
private expected;
time: number;
pass: boolean;
startupTime: number;
private performanceEnabledValue;
private maxSamplesValue;
private maxTestRunTimeValue;
Expand Down
2 changes: 1 addition & 1 deletion lib/test/TestContext.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dd56adb

Please sign in to comment.