Skip to content

Commit

Permalink
fix(test): Execute all the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bripkens committed Jul 11, 2018
1 parent 79a92fd commit 8d8cc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tracing/asyncAwait_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var semver = require('semver');
var config = require('../config');
var utils = require('../utils');

describe.only('tracing/asyncAwait', function() {
describe('tracing/asyncAwait', function() {
if (!semver.satisfies(process.versions.node, '^8 || ^9 || ^10')) {
return;
}
Expand Down

0 comments on commit 8d8cc64

Please sign in to comment.