summaryrefslogtreecommitdiff
path: root/spec/unit/js/yarn_pkg_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/js/yarn_pkg_spec.rb')
-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 }