gitea/build
silverwind 0d1a5e0ffc
Add frontend testing, require node 12 ()
- Add basic frontend unit testing infrastructure using jest in ESM mode
- Rename 'make test' to 'make test-backend'
- Introduce 'make test-frontend' and 'make test' that runs both
- Bump Node.js requirement to v12. v10 will be EOL in less than a month.
- Convert all build-related JS files to ESM.

I opted to run frontend tests run as part of the compliance pipeline because
they complete fast and are not platform-specific like the golang tests.
..
generate-bindata.go
generate-emoji.go Migrate to use jsoniter instead of encoding/json ()
generate-gitignores.go Add github api token option to generate-license & generate-gitignore ()
generate-images.js Add frontend testing, require node 12 ()
generate-licenses.go Add github api token option to generate-license & generate-gitignore ()
generate-svg.js Add frontend testing, require node 12 ()
gocovmerge.go Move gocovmerge as vendor ()
lint.go update revive lint to latest commit ()
update-locales.sh Format files ()