Skip to content

Commit 3b91d11

Browse files
author
Josh Sirota
committed
Remove extra unimplemented test suite
1 parent 7f737dd commit 3b91d11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/__tests__/node.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import tape from 'tape-catch';
22

33
import clientSuite from './nodeSuites/client.spec.js';
4-
import providerSuite from './nodeSuites/provider.spec.js';
54

6-
tape('## OpenFeature NodeJS Split Provider - tests', async function (assert) {
5+
tape('## OpenFeature JavaScript Split Provider - tests', async function (assert) {
76
assert.test('Client Tests', clientSuite);
87
});

0 commit comments

Comments
 (0)