Skip to content

Commit 30d9491

Browse files
committed
Sorted tests.
1 parent 9ad9f1c commit 30d9491

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/specs/loaders.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ describe('loaders', () => {
5555
it('loads custom handlebars plugin when file is specified', () =>
5656
loaders.loadPlugin({'layout': './test/fixtures/template.hbs'}));
5757

58+
it('load custom plugin via JavaScript file', () =>
59+
loaders.loadPlugin({'layout': './test/fixtures/plugin.js'}));
60+
5861
it('fails on invalid plugin', () =>
5962
loaders.loadPlugin({'layout': 'invalid'}).catch(err => {
6063

@@ -77,9 +80,6 @@ describe('loaders', () => {
7780

7881
}));
7982

80-
it('load custom plugin via JavaScript file', () =>
81-
loaders.loadPlugin({'layout': './test/fixtures/plugin.js'}));
82-
8383
});
8484

8585
});

0 commit comments

Comments
 (0)