mirror of
https://github.com/actions/labeler.git
synced 2025-12-19 08:38:15 +00:00
build
This commit is contained in:
2
node_modules/jest-snapshot/build/State.d.ts
generated
vendored
2
node_modules/jest-snapshot/build/State.d.ts
generated
vendored
@@ -24,6 +24,7 @@ export default class SnapshotState {
|
||||
private _index;
|
||||
private _updateSnapshot;
|
||||
private _snapshotData;
|
||||
private _initialData;
|
||||
private _snapshotPath;
|
||||
private _inlineSnapshots;
|
||||
private _uncheckedKeys;
|
||||
@@ -37,6 +38,7 @@ export default class SnapshotState {
|
||||
constructor(snapshotPath: Config.Path, options: SnapshotStateOptions);
|
||||
markSnapshotsAsCheckedForTest(testName: string): void;
|
||||
private _addSnapshot;
|
||||
clear(): void;
|
||||
save(): {
|
||||
deleted: boolean;
|
||||
saved: boolean;
|
||||
|
||||
Reference in New Issue
Block a user