Skip to content

Commit 00ec5b5

Browse files
committed
update
1 parent 469b246 commit 00ec5b5

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

test/services/twilio-api/api-browser.test.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ describe('services', () => {
1111
expect(browser.domains.api.paths['/2010-04-01/Accounts/{AccountSid}/Calls.json'].operations.post).to.exist;
1212
expect(browser.domains.api.paths['/2010-04-01/Accounts/{AccountSid}/Calls/{Sid}.json'].operations.get).to.exist;
1313
});
14-
// enable it after one build is done, and the path is loaded.
15-
// test.it('loads the JSON from disk for preview', () => {
16-
// const browser = new TwilioApiBrowser();
17-
// expect(browser.domains.api.paths['/BulkExports/Exports/Jobs/{JobSid}']).to.exist;
18-
// });
14+
/*
15+
* enable it after one build is done, and the path is loaded.
16+
* test.it('loads the JSON from disk for preview', () => {
17+
* const browser = new TwilioApiBrowser();
18+
* expect(browser.domains.api.paths['/BulkExports/Exports/Jobs/{JobSid}']).to.exist;
19+
* });
20+
*/
1921

2022
test.it('loads JSONs split by version', () => {
2123
const browser = new TwilioApiBrowser();

0 commit comments

Comments
 (0)