File tree Expand file tree Collapse file tree
test/versioning-strategies Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import {expect} from 'chai';
1818import { AlwaysBumpMajor } from '../../src/versioning-strategies/always-bump-major' ;
1919import { Version } from '../../src/version' ;
2020
21- describe ( 'MajorVersioningStrategy ' , ( ) => {
21+ describe ( 'AlwaysBumpMajorStrategy ' , ( ) => {
2222 describe ( 'with breaking change' , ( ) => {
2323 const commits = [
2424 {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import {expect} from 'chai';
1818import { AlwaysBumpMinor } from '../../src/versioning-strategies/always-bump-minor' ;
1919import { Version } from '../../src/version' ;
2020
21- describe ( 'MinorVersioningStrategy ' , ( ) => {
21+ describe ( 'AlwaysBumpMinorStrategy ' , ( ) => {
2222 describe ( 'with breaking change' , ( ) => {
2323 const commits = [
2424 {
You can’t perform that action at this time.
0 commit comments