Skip to content

Commit

Permalink
test(samples): test all samples and not just tables (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
zamnuts committed Apr 13, 2020
1 parent f5ccb25 commit 7984e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/test/tables.test.js
Expand Up @@ -48,7 +48,7 @@ const partialDataFilePath = path.join(
);
const bigquery = new BigQuery();

describe.only('Tables', () => {
describe('Tables', () => {
before(async () => {
const [bucket] = await storage.createBucket(bucketName);
await Promise.all([
Expand Down

0 comments on commit 7984e0b

Please sign in to comment.