Skip to content

Commit 8f3a37a

Browse files
authored
fix: remove redundant comments from example codes (#32)
Signed-off-by: iamskp99 <iamskp99@gmail.com> Signed-off-by: iamskp99 <iamskp99@gmail.com>
1 parent a8374cb commit 8f3a37a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Note:- Import statements can't be used. Use require instead of import.
108108
```js
109109
require("typescript-sdk/dist/integrations/octokit/require")
110110
```
111-
These statements should be at the top of your main file (server.js).
111+
This statement should be at the top of your main file (server.js).
112112

113113
Note:- Import statements can't be used. Only CommonJs support is currently provided.
114114
## Development Setup
@@ -141,9 +141,6 @@ describe('routes', function () {
141141
var server, octokit;
142142
beforeEach(function () {
143143
NewContext({Mode: "record", Name: "your demo app name"}) // Set your keploy mode and name here.
144-
// Clears the cache so a new server instance is used for each test.
145-
// delete require.cache[require.resolve('../app')];
146-
147144
octokit = new Octokit({ auth: "your authentication token"});
148145

149146
});

0 commit comments

Comments
 (0)