Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
d-goog committed Oct 10, 2024
1 parent 6f7da61 commit f54ee2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/kitchen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ describe('🚰 kitchen sink', () => {
const res = spawn.sync('npx', args, execOpts);
console.log('out: ', res.stdout + '');
console.log('error: ', res.stderr + '');
spawn.sync('npm', ['ci'], execOpts);

// Ensure config files got generated.
fs.accessSync(path.join(kitchenPath, 'tsconfig.json'));
Expand Down Expand Up @@ -97,7 +96,6 @@ describe('🚰 kitchen sink', () => {
// It's important to use `-n` here because we don't want to overwrite
// the version of gts installed, as it will trigger the npm install.
spawn.sync(GTS, ['init', '-n'], opts);
spawn.sync(GTS, ['init', '-n'], opts);

// The `extends` field must use the local gts path.
const tsconfigJson = fs.readFileSync(
Expand Down

0 comments on commit f54ee2f

Please sign in to comment.