touchstudy-core 0.1.71 → 0.1.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/containers/ExamResult/configs/constants.d.ts +1 -0
- package/dist/containers/ExamResult/hooks/useExamResult.d.ts +8 -0
- package/dist/index.js +17 -4
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +17 -4
- package/dist/index.modern.js.map +1 -1
- package/dist/tests/performances/do-exam-session.d.ts +1 -1
- package/package.json +1 -1
@@ -9,8 +9,8 @@ export function setup(): {
|
|
9
9
|
"Accept-Language": string;
|
10
10
|
};
|
11
11
|
}[];
|
12
|
-
export function teardown(data: any): void;
|
13
12
|
export default function _default(data: any): void;
|
13
|
+
export function teardown(data: any): void;
|
14
14
|
export namespace options {
|
15
15
|
export { MAX_DEMO_STUDENTS as vus };
|
16
16
|
export { MAX_DEMO_STUDENTS as iterations };
|