Skip to content

Commit

Permalink
repo setups
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and NimJay committed Nov 18, 2022
1 parent 00867cf commit 417bee0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions datacatalog/snippets/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "@google-cloud/datacatalog-samples",
"description": "Samples for the Cloud Data Catalog client library for Node.js",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=8"
},
"repository": "googleapis/nodejs-datacatalog",
"private": true,
"files": [
"*.js"
],
"scripts": {
"test": "mocha --timeout 600000"
},
"dependencies": {},
"devDependencies": {
"chai": "^4.2.0",
"execa": "^1.0.0",
"mocha": "^6.0.0"
}
}
1 change: 1 addition & 0 deletions datacatalog/snippets/test/no-tests.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('no tests yet');

0 comments on commit 417bee0

Please sign in to comment.