Skip to content

Commit

Permalink
v1.1.0 test: update jest config. 04c6b49
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 19, 2023
1 parent cff560c commit 0c6d05b
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"files": {
"main.css": "/static/css/main.f0099549.css",
"main.js": "/static/js/main.830e8b3c.js",
"main.js": "/static/js/main.77c3fd3e.js",
"refractor-prismjs-vendor.js": "/static/js/refractor-prismjs-vendor.f6dda1cf.js",
"react-vendor.js": "/static/js/react-vendor.e1575b27.js",
"index.html": "/index.html",
"main.f0099549.css.map": "/static/css/main.f0099549.css.map",
"main.830e8b3c.js.map": "/static/js/main.830e8b3c.js.map",
"main.77c3fd3e.js.map": "/static/js/main.77c3fd3e.js.map",
"refractor-prismjs-vendor.f6dda1cf.js.map": "/static/js/refractor-prismjs-vendor.f6dda1cf.js.map",
"react-vendor.e1575b27.js.map": "/static/js/react-vendor.e1575b27.js.map"
},
"entrypoints": [
"static/js/refractor-prismjs-vendor.f6dda1cf.js",
"static/js/react-vendor.e1575b27.js",
"static/css/main.f0099549.css",
"static/js/main.830e8b3c.js"
"static/js/main.77c3fd3e.js"
]
}
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-10-19T01:04:01.068Z
at 2023-10-19T01:31:59.393Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.tsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h1><a href="index.html">All files</a> index.tsx</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-10-19T01:04:01.068Z
at 2023-10-19T01:31:59.393Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" name="viewport"><meta name="theme-color" content="#000000"/><title>React Monorepo Template</title><meta name="keywords" content="react,simple,monorepo,template,component,project,package,development"/><meta name="description" content="Simple React package development project example template."/><link rel="icon" href="favicon.ico"/><script defer="defer" src="./static/js/refractor-prismjs-vendor.f6dda1cf.js"></script><script defer="defer" src="./static/js/react-vendor.e1575b27.js"></script><script defer="defer" src="./static/js/main.830e8b3c.js"></script><link href="./static/css/main.f0099549.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" name="viewport"><meta name="theme-color" content="#000000"/><title>React Monorepo Template</title><meta name="keywords" content="react,simple,monorepo,template,component,project,package,development"/><meta name="description" content="Simple React package development project example template."/><link rel="icon" href="favicon.ico"/><script defer="defer" src="./static/js/refractor-prismjs-vendor.f6dda1cf.js"></script><script defer="defer" src="./static/js/react-vendor.e1575b27.js"></script><script defer="defer" src="./static/js/main.77c3fd3e.js"></script><link href="./static/css/main.f0099549.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
3 changes: 3 additions & 0 deletions static/js/main.77c3fd3e.js

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions static/js/main.830e8b3c.js

This file was deleted.

0 comments on commit 0c6d05b

Please sign in to comment.