Skip to content

Commit

Permalink
docs(samples): fix lint and docs (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Feb 26, 2019
1 parent 7a2673d commit f56d4e4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions talent/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "@google-cloud/talent-samples",
"description": "Samples for the Cloud Talent Solution client library for Node.js",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=8"
},
"repository": "googleapis/nodejs-talent",
"private": true,
"files": [
"*.js"
],
"scripts": {
"test": "mocha --timeout 600000"
},
"dependencies": {},
"devDependencies": {
"chai": "^4.2.0",
"execa": "^1.0.0",
"mocha": "^6.0.0"
}
}
File renamed without changes.
1 change: 1 addition & 0 deletions talent/test/no-test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('no test yet');

0 comments on commit f56d4e4

Please sign in to comment.