We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6053cbf commit dcbcad4Copy full SHA for dcbcad4
codegens/dart-http/test/unit/convert.test.js
@@ -1,6 +1,6 @@
1
var convert = require('../../index').convert,
2
expect = require('chai').expect,
3
- sdk = require('postman-collection');
+ { Request } = require('postman-collection/lib/collection/request');
4
5
// Disable check with expected snippets as we now have proper newman tests
6
describe('Dart Converter', function () {
0 commit comments