We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raynos at raynos-Precision-5530 ~/projects/fake-ses on master* $ nectar test/index.js -o out [*] Generating source file [error] Parsing error: Unexpected token bootstrap line 20 column 9 in file test/test-harness.js
class TestHarness { constructor () { /** @type {FakeSESServer} */ this.sesServer = new FakeSESServer({ port: 0 }) /** @type {AWS.SES | null} */ this.ses = null } /** @returns {Promise<void>} */ async bootstrap () { const hostPort = await this.sesServer.bootstrap() this.ses = new AWS.SES({ region: 'us-east-1', endpoint: `http://${hostPort}`, sslEnabled: false, accessKeyId: '123', secretAccessKey: 'abc' }) }
Does it support async methods ?
The text was updated successfully, but these errors were encountered:
Hi @Raynos ,
Thank you for reporting the issue, it's not supporting async yet, I will add it to the todo list
Sorry, something went wrong.
No branches or pull requests
Does it support async methods ?
The text was updated successfully, but these errors were encountered: