Project

General

Profile

Patch #37486 » 0004-add_document.patch

Takashi Kato, 2022-07-23 03:47

View differences:

doc/RUNNING_TESTS
107 107

  
108 108
You can run Stylelint with:
109 109
`node_modules/.bin/stylelint "public/stylesheets/**/*.css"`
110

  
111
Running JavaScript unit test
112
=============================
113

  
114
As with stylelint, introduce node(ver16 or later) and yarn(1.22).
115

  
116
You can run JavaScript unit test
117

  
118
`yarn test`
(4-4/4)