Skip to content

Commit da21ad0

Browse files
committed
Remove extraneous comments
1 parent eab99fb commit da21ad0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/context/useGenerateTest.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -792,8 +792,6 @@ function useGenerateTest(test, projectFilePath) {
792792
filePath = path.relative(projectFilePath, filePath);
793793
filePath = filePath.replace(/\\/g, '/');
794794

795-
// testFileCode += JSON.stringify(accTestCase);
796-
797795
testFileCode += `
798796
const axe = require('axe-core');
799797
const regeneratorRuntime = require('regenerator-runtime');`;
@@ -831,7 +829,6 @@ function useGenerateTest(test, projectFilePath) {
831829
};
832830

833831
const addAccPrint = () => {
834-
testFileCode += JSON.stringify(accTestCase);
835832
testFileCode += `
836833
const print = (violations) => {
837834
if (violations.length === 0) {

0 commit comments

Comments
 (0)