feat(core): core module added #111
Annotations
2 errors and 4 warnings
lint
Process completed with exit code 1.
|
EditorJSModel > should expose only the public API:
packages/model/src/EditorJSModel.spec.ts#L4
Error: expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -3,10 +3,11 @@
"constructor",
"createCaret",
"format",
"getFragments",
"getProperty",
+ "initializeDocument",
"insertText",
"length",
"moveBlock",
"properties",
"removeBlock",
at Object.<anonymous> (/home/runner/work/document-model/document-model/packages/model/src/EditorJSModel.spec.ts:28:34)
at Promise.then.completed (/home/runner/work/document-model/document-model/node_modules/jest-circus/build/utils.js:298:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/document-model/document-model/node_modules/jest-circus/build/utils.js:231:10)
at _callCircusTest (/home/runner/work/document-model/document-model/node_modules/jest-circus/build/run.js:316:40)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at _runTest (/home/runner/work/document-model/document-model/node_modules/jest-circus/build/run.js:252:3)
at _runTestsForDescribeBlock (/home/runner/work/document-model/document-model/node_modules/jest-circus/build/run.js:126:9)
at _runTestsForDescribeBlock (/home/runner/work/document-model/document-model/node_modules/jest-circus/build/run.js:121:9)
at run (/home/runner/work/document-model/document-model/node_modules/jest-circus/build/run.js:71:3)
at runAndTransformResultsToJestFormat (/home/runner/work/document-model/document-model/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
at jestAdapter (/home/runner/work/document-model/document-model/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
at runTestInternal (/home/runner/work/document-model/document-model/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/home/runner/work/document-model/document-model/node_modules/jest-runner/build/runTest.js:444:34)
at Object.worker (/home/runner/work/document-model/document-model/node_modules/jest-runner/build/testWorker.js:106:12)
|
lint:
packages/playground/src/App.vue#L42
Expected blank line before this statement
|
lint:
packages/playground/src/App.vue#L55
Trailing spaces not allowed
|
lint
The following actions use a deprecated Node.js version 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
The following actions use a deprecated Node.js version 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/
|