write down plan
This commit is contained in:
parent
397b66d22a
commit
a11e7fb071
|
|
@ -203,6 +203,13 @@ test.only('should suppport component tests', async ({ runInlineTest, setupReposi
|
||||||
|
|
||||||
git('commit -am "update button2 test"');
|
git('commit -am "update button2 test"');
|
||||||
|
|
||||||
|
// this doesn't work. we do know about dependencies in the Vite bundle,
|
||||||
|
// but only after the Vite build ran.
|
||||||
|
// Right now, --only-changed is interpreted *before* Vite build.
|
||||||
|
// We can either move the build (risky, big architecture change)
|
||||||
|
// or re-apply --only-changed after the build.
|
||||||
|
// Let's try the latter.
|
||||||
|
|
||||||
const result3 = await runInlineTest({
|
const result3 = await runInlineTest({
|
||||||
'src/button.tsx': `
|
'src/button.tsx': `
|
||||||
export const Button = () => <button>Different Button</button>;
|
export const Button = () => <button>Different Button</button>;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue