summaryrefslogtreecommitdiff
path: root/spec/unit/js
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-07-06 15:12:45 -0600
committermo khan <mo.khan@gmail.com>2020-07-06 15:12:45 -0600
commitf6b19e9161f20473195f70558dcd2929a8cb78d3 (patch)
tree22317f5f1c03d614fc6e8c42f5bd389f88af2b3b /spec/unit/js
parentb13972a2747441d867a3be32258ebdc6e4dadeb3 (diff)
Fix some broken specsasync
Diffstat (limited to 'spec/unit/js')
-rw-r--r--spec/unit/js/yarn_pkg_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/js/yarn_pkg_spec.rb b/spec/unit/js/yarn_pkg_spec.rb
index f1c6ffa..ec8fe07 100644
--- a/spec/unit/js/yarn_pkg_spec.rb
+++ b/spec/unit/js/yarn_pkg_spec.rb
@@ -1,6 +1,7 @@
# frozen_string_literal: true
RSpec.describe Spandx::Js::YarnPkg do
+ include_context Async::RSpec::Leaks
include_context Async::RSpec::Reactor
subject { described_class.new }