@@ -58,7 +58,7 @@ Array [
5858exports [` pre-commit overrides built-in test command with --test-command 2` ] = `
5959Array [
6060 .test-tmp/hover-javascriptTMPSUFFIX/.lintstaged.json,
61- { " README.md" :[" doctoc --maxlevel 4 --notitle" ]," *.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|graphql|mdx|vue)" :[" ./src/index.js format" ]," *.+(js|jsx|ts|tsx)" :[" ./src/index.js lint" , " yarn test:custom --findRelatedTests foo.js" ]} ,
61+ { " README.md" :[" doctoc --maxlevel 4 --notitle" ]," *.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|graphql|mdx|vue)" :[" ./src/index.js format" ]," *.+(js|jsx|ts|tsx)" :[" ./src/index.js lint" ], " *.+(tsx|ts|jsx|js) " :[ " yarn test:custom --findRelatedTests foo.js" ]} ,
6262]
6363` ;
6464
@@ -72,7 +72,7 @@ Array [
7272exports [` pre-commit overrides built-in test command with --test-command and forwards args 2` ] = `
7373Array [
7474 .test-tmp/hover-javascriptTMPSUFFIX/.lintstaged.json,
75- { " README.md" :[" doctoc --maxlevel 4 --notitle" ]," *.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|graphql|mdx|vue)" :[" ./src/index.js format" ]," *.+(js|jsx|ts|tsx)" :[" ./src/index.js lint" , " yarn test:custom --findRelatedTests foo.js" ]} ,
75+ { " README.md" :[" doctoc --maxlevel 4 --notitle" ]," *.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|graphql|mdx|vue)" :[" ./src/index.js format" ]," *.+(js|jsx|ts|tsx)" :[" ./src/index.js lint" ], " *.+(tsx|ts|jsx|js) " :[ " yarn test:custom --findRelatedTests foo.js" ]} ,
7676]
7777` ;
7878
@@ -86,7 +86,7 @@ Array [
8686exports [` pre-commit overrides built-in test command with --testCommand 2` ] = `
8787Array [
8888 .test-tmp/hover-javascriptTMPSUFFIX/.lintstaged.json,
89- { " README.md" :[" doctoc --maxlevel 4 --notitle" ]," *.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|graphql|mdx|vue)" :[" ./src/index.js format" ]," *.+(js|jsx|ts|tsx)" :[" ./src/index.js lint" , " yarn test:custom --findRelatedTests foo.js" ]} ,
89+ { " README.md" :[" doctoc --maxlevel 4 --notitle" ]," *.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|graphql|mdx|vue)" :[" ./src/index.js format" ]," *.+(js|jsx|ts|tsx)" :[" ./src/index.js lint" ], " *.+(tsx|ts|jsx|js) " :[ " yarn test:custom --findRelatedTests foo.js" ]} ,
9090]
9191` ;
9292
@@ -100,7 +100,7 @@ Array [
100100exports [` pre-commit overrides built-in test command with --testCommand and forwards args 2` ] = `
101101Array [
102102 .test-tmp/hover-javascriptTMPSUFFIX/.lintstaged.json,
103- { " README.md" :[" doctoc --maxlevel 4 --notitle" ]," *.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|graphql|mdx|vue)" :[" ./src/index.js format" ]," *.+(js|jsx|ts|tsx)" :[" ./src/index.js lint" , " yarn test:custom --findRelatedTests foo.js" ]} ,
103+ { " README.md" :[" doctoc --maxlevel 4 --notitle" ]," *.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|graphql|mdx|vue)" :[" ./src/index.js format" ]," *.+(js|jsx|ts|tsx)" :[" ./src/index.js lint" ], " *.+(tsx|ts|jsx|js) " :[ " yarn test:custom --findRelatedTests foo.js" ]} ,
104104]
105105` ;
106106
0 commit comments