We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e3ad3 commit 9385fc2Copy full SHA for 9385fc2
test/fetch-resources-for-products-test.js
@@ -2,7 +2,7 @@ import assert from 'assert';
2
import fetchResourcesForProducts from '../src/fetch-resources-for-products';
3
4
suite('fetch-resources-for-product-test', () => {
5
- test('it returns null when no product is found', () => {
+ test('it returns an empty array when no product is found', () => {
6
return fetchResourcesForProducts(null).then((result) => {
7
8
assert.deepStrictEqual(result, []);
0 commit comments