1
0
Fork 0
This commit is contained in:
Enoch Riese 2023-01-07 15:42:54 -06:00
parent f060abbee0
commit e3acb96ee2

View file

@ -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: {