We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3bb954 commit 98d2d09Copy full SHA for 98d2d09
1 file changed
tests/issues/issue-70/issue-70.test.ts
@@ -4,7 +4,7 @@ import { format } from 'prettier';
4
import { plugin } from './../../../src/index';
5
6
describe('Issues', () => {
7
- test('should handle Framework interpolation', () => {
+ test('should handle angular framework interpolation', () => {
8
const expected: string = readFileSync(resolve(__dirname, 'formatted.pug'), 'utf8');
9
const code: string = readFileSync(resolve(__dirname, 'unformatted.pug'), 'utf8');
10
const actual: string = format(code, {
0 commit comments