[15팀 정채은] [Chapter 1-1] 프레임워크 없이 SPA 만들기 #98
Annotations
6 errors and 1 warning
test basic:
src/__tests__/basic.test.js#L117
AssertionError: expected '' to be 'testuser' // Object.is equality
- Expected
+ Received
- testuser
❯ src/__tests__/basic.test.js:117:57
|
test basic:
src/__tests__/basic.test.js#L113
TypeError: Cannot read properties of null (reading 'click')
❯ src/__tests__/basic.test.js:113:40
|
test basic:
src/__tests__/basic.test.js#L126
TypeError: Cannot set properties of null (setting 'value')
❯ src/__tests__/basic.test.js:126:22
|
test basic:
src/__tests__/basic.test.js#L113
TypeError: Cannot read properties of null (reading 'click')
❯ src/__tests__/basic.test.js:113:40
|
test basic:
src/__tests__/basic.test.js#L160
AssertionError: expected null to not be falsy
- Expected:
false
+ Received:
null
❯ src/__tests__/basic.test.js:160:52
|
test basic
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading