Added functionality for generateMetadata to detect extensions #67
Annotations
4 errors and 2 warnings
ExtensionManager › onFinish() › calls `on_finish` on all extensions specified in the provided `extensions` parameter and returns a joint extension results object:
packages/jspsych/src/ExtensionManager.spec.ts#L112
expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 6
Object {
"extension": "result",
+ "extension_type": Array [
+ undefined,
+ ],
+ "extension_version": Array [
+ undefined,
+ ],
}
at Object.<anonymous> (src/ExtensionManager.spec.ts:112:23)
|
Build, lint, and test on Node.js 18
Process completed with exit code 1.
|
ExtensionManager › onFinish() › calls `on_finish` on all extensions specified in the provided `extensions` parameter and returns a joint extension results object:
packages/jspsych/src/ExtensionManager.spec.ts#L112
expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 6
Object {
"extension": "result",
+ "extension_type": Array [
+ undefined,
+ ],
+ "extension_version": Array [
+ undefined,
+ ],
}
at Object.<anonymous> (src/ExtensionManager.spec.ts:112:23)
|
Build, lint, and test on Node.js 20
Process completed with exit code 1.
|
Build, lint, and test on Node.js 18
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build, lint, and test on Node.js 20
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|