Skip to content

Commit

Permalink
Update plugins.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbirddev authored Nov 2, 2024
1 parent 8f2b6ff commit aabb3ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/plugins.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ let tests: PluginTest[] = [
},
},
{
plugins: ['@zackad/prettier-plugin-twig-melody'],
plugins: ['@zackad/prettier-plugin-twig'],
options: {
twigAlwaysBreakObjects: false,
},
tests: {
melody: [
twig: [
[
`<section class="{{ {base:css.prices}|classes }}"></section>`,
`<section class="{{ { base: css.prices }|classes }}"></section>`,
Expand Down

0 comments on commit aabb3ea

Please sign in to comment.