Remove unneccessary import
This commit is contained in:
parent
b415f103fb
commit
919f41fed3
|
@ -2,7 +2,6 @@ const { refundsApi } = require( '../../endpoints/refunds' );
|
|||
const { ordersApi } = require( '../../endpoints/orders' );
|
||||
const { productsApi } = require( '../../endpoints/products' );
|
||||
const { refund } = require( '../../data' );
|
||||
const { expect } = require( '@jest/globals' );
|
||||
|
||||
/**
|
||||
* Tests for the WooCommerce Refunds API.
|
||||
|
|
Loading…
Reference in New Issue