Skip to content

Commit

Permalink
GH-607: add test frontend with jest (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 authored Jan 13, 2023
1 parent f66ca66 commit 49be2e5
Show file tree
Hide file tree
Showing 10 changed files with 10,420 additions and 17,863 deletions.
45 changes: 45 additions & 0 deletions apps/languages/frontend/.yarnclean
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# test directories
__tests__
test
tests
powered-test

# asset directories
docs
doc
website
images
assets

# examples
example
examples

# code coverage directories
coverage
.nyc_output

# build scripts
Makefile
Gulpfile.js
Gruntfile.js

# configs
appveyor.yml
circle.yml
codeship-services.yml
codeship-steps.yml
wercker.yml
.tern-project
.gitattributes
.editorconfig
.*ignore
.eslintrc
.jshintrc
.flowconfig
.documentup.json
.yarn-metadata.json
.travis.yml

# misc
*.md
5 changes: 5 additions & 0 deletions apps/languages/frontend/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
Loading

0 comments on commit 49be2e5

Please sign in to comment.