donkirkby / pinyincushion

Chinese learning tool for editing simple texts with pronunciation guide
https://donkirkby.github.io/pinyincushion/
1 stars 0 forks source link

Test behavior of DraftJS Editor #12

Open zyxue opened 7 years ago

zyxue commented 7 years ago
zyxue commented 7 years ago

Fixed a critical bug, the app won't initialize properly in incognito mode (e.g. when a user first visits the app) because of initial text can be undefined, it should've been empty string instead. Now it's fixed. A couple more tests are added in draftDecorators.test.js.