lint fix
This commit is contained in:
parent
f060abbee0
commit
e3acb96ee2
1 changed files with 2 additions and 2 deletions
|
@ -176,11 +176,11 @@ describe('Pattern', () => {
|
|||
})
|
||||
|
||||
describe('Pattern.__pack()', () => {
|
||||
it('should get a part stack name from a function', () => {
|
||||
it('should get a part stack name from a function that uses settings', () => {
|
||||
const expectedName = 'namedStack'
|
||||
const front = {
|
||||
name: 'front',
|
||||
stack: function (settings, partName) {
|
||||
stack: function (settings) {
|
||||
return settings.options.stackName
|
||||
},
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue