Skip to content

Commit f590ce3

Browse files
committed
Add public API test
1 parent 0bbf35b commit f590ce3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,15 @@ describe('Public API', () => {
195195

196196
});
197197

198+
describe('disableAssetsLoaders', () => {
199+
200+
it('must return the API object', () => {
201+
const returnedValue = api.disableAssetsLoaders();
202+
expect(returnedValue).to.equal(api);
203+
});
204+
205+
});
206+
198207
describe('cleanupOutputBeforeBuild', () => {
199208

200209
it('must return the API object', () => {

0 commit comments

Comments
 (0)