Skip to content

Commit

Permalink
remove test for generator
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Aug 17, 2023
1 parent 6709571 commit 7ee4b84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test.generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ describe(__filename, () => {
'1.2.3'
);
assert.ok(pkgPath.endsWith('package.json'));
assert.strictEqual(pkgData.version, '0.1.0');
assert.strictEqual(pkgData.name, 'bigquery');
assert.strictEqual(pkgData.desc, 'look I am bigquery');
});
Expand Down

0 comments on commit 7ee4b84

Please sign in to comment.