You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git clone https://github.com/nhn/tui.calendar.git
$ cd tui.calendar
$ git co -b test/daygrid-ui-test origin/test/daygrid-ui-test
$ npm i --legacy-peer-deps (using npm 7)
$ npm run test
Problem description:
disable following code
* enable following code
Suggested solution:
TC should work fine.
The text was updated successfully, but these errors were encountered:
preact-testing-library
version: 2.0.1preact
version: 10.5.13node
version: 14.3.0npm
(oryarn
) version: My npm's version is 7.11.1Relevant code or config
I have defined a drag module to be used in the app.
This drag module receives the callback function defined in the component.
If you include the logic to call the component's callback function, the test will not run at all.
Reproduction repository:
https://github.com/nhn/tui.calendar/tree/test/daygrid-ui-test
Problem description:
* enable following code
Suggested solution:
TC should work fine.
The text was updated successfully, but these errors were encountered: