ani-hovhannisyan / kanji-visualization

Kanji words visualization graph draws relational graph for kanjis of particular words in Japanese. Aim is to understand the relational graph of one kanji within different words and it's relations to all possible words.
MIT License
5 stars 1 forks source link

Add sample tests for frontend #23

Closed wowry closed 2 years ago

wowry commented 2 years ago

Reference Issues/PRs

24

Changes

How to test manually

git fetch origin pull/23/head:test/frontend
git checkout test/frontend
cd frontend
yarn test --watchAll=false
スクリーンショット 2022-01-26 20 49 42

In CI, please run

cd frontend
CI=true yarn test

Here is a reference.

teruto725 commented 2 years ago

I checked the result in my local environment and it was work! Thank you for your commit! I'll merge instead of you. image