Skip to content

Commit

Permalink
Tests: Improved a test description and changed unsued dependency. Clo…
Browse files Browse the repository at this point in the history
…ses #531.
  • Loading branch information
pomek committed Jul 23, 2019
1 parent 0a1fbec commit 4a419ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ describe( 'dev-tests/bin/create-mgit-json', () => {
} );
} );

it( 'should correctly filter dependencies', () => {
it( 'should filter out all non "ckeditor5-*" and all "ckeditor5-dev-*" packages', () => {
const mgitJson = createMgitJson( {
dependencies: {
'@scope/package1': 'abc/def#1ca5608',
'@scope/package2': '^1.1.1',
'package3': '^2.2.2'
},
devDependencies: {
'@ckeditor/ckeditor5-dev-lint': '^3.1.0'
'@ckeditor/ckeditor5-dev-docs': '^11.0.0'
}
} );

Expand Down

0 comments on commit 4a419ef

Please sign in to comment.