Open yratanov opened 5 years ago
I found the issue:
// Works:
test('test transform', async function(assert) {
assert.equal(0, 1);
})
// Doesn't work:
test('test transform', async assert => {
assert.equal(0, 1);
})
Thanks for reporting the issue @yratanov
It doesn't seem to work in Acceptance tests with Ember 3.9 + ember-qunit: 3.5.3