Add unit tests
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
2026-02-03 08:23:33 +00:00
parent 0c19611caa
commit 921d2d3246

View File

@@ -14,10 +14,10 @@ index 1234567..89abcdef 100644
@@ -1,3 +1,4 @@
+import { useState } from 'react';
function App() {
return <div>Hello</div>;
return <div>Hello</div>;
}
@@ -5,3 +6,4 @@ function App() {
return <div>Hello</div>;
return <div>Hello</div>;
}
+// comment
`;
@@ -64,10 +64,10 @@ describe('countDiffStats', () => {
@@ -1,3 +1,4 @@
+import { useState } from 'react';
function App() {
return <div>Hello</div>;
return <div>Hello</div>;
}
@@ -5,3 +6,4 @@ function App() {
return <div>Hello</div>;
return <div>Hello</div>;
}
+// comment
`;