File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Note:- Import statements can't be used. Use require instead of import.
108
108
``` js
109
109
require (" typescript-sdk/dist/integrations/octokit/require" )
110
110
```
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).
112
112
113
113
Note:- Import statements can't be used. Only CommonJs support is currently provided.
114
114
## Development Setup
@@ -141,9 +141,6 @@ describe('routes', function () {
141
141
var server, octokit;
142
142
beforeEach (function () {
143
143
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
-
147
144
octokit = new Octokit ({ auth: " your authentication token" });
148
145
149
146
});
You can’t perform that action at this time.
0 commit comments