Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
249 changes: 0 additions & 249 deletions packages/gapic-node-processing/__snapshots__/templating.test.js

This file was deleted.

2 changes: 0 additions & 2 deletions packages/gapic-node-processing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"pretest": "npm run compile",
"samples-test": "echo 'FIXME: no sample tests'",
"system-test": "echo 'FIXME: no system tests'",
"test:snap": "SNAPSHOT_UPDATE=1 npm test",
"test": "cross-env c8 mocha --exit build/test",
"prelint": "npm install",
"precompile": "gts clean",
Expand All @@ -37,7 +36,6 @@
"gts": "^6.0.2",
"mocha": "^11.1.0",
"sinon": "^21.0.0",
"snap-shot-it": "^7.9.10",
"typescript": "^5.8.2"
},
"engines": {
Expand Down
7 changes: 0 additions & 7 deletions packages/gapic-node-processing/test/templating.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import {compileTemplates} from '../src/templating';
import {join} from 'path';
import {execSync} from 'child_process';
import {mkdirSync, readdirSync, readFileSync} from 'fs';
// eslint-disable-next-line n/no-unpublished-import
import snapshot from 'snap-shot-it';
import * as assert from 'assert';
import {TemplateVars} from '../src/get-bootstrap-template-vars';

Expand Down Expand Up @@ -62,11 +60,6 @@ describe('tests for templates', () => {
folderName: 'google-cloud-keymanagement',
});

snapshot(readFileSync(join(templateDirWrite, '.OwlBot.yaml'), 'utf8'));
snapshot(
readFileSync(join(templateDirWrite, '.repo-metadata.json'), 'utf8'),
);
snapshot(readFileSync(join(templateDirWrite, 'LICENSE'), 'utf8'));
const packageJson = JSON.parse(
readFileSync(join(templateDirWrite, 'package.json'), 'utf8'),
);
Expand Down
Loading