Description: replace ava by tape
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2021-11-17

--- a/tests/tests.js
+++ b/tests/tests.js
@@ -1,4 +1,4 @@
-const test = require('ava');
+const test = require('tape');
 const matchPropertyValue = require('../index.js');
 
 test('unicode-match-property-value-ecmascript', t => {
@@ -34,4 +34,5 @@
 		matchPropertyValue('Script_Extensions', 'Yezi'),
 		'Yezidi'
 	);
+	t.end();
 });
