Skip to content

Commit 98d2d09

Browse files
Update tests/issues/issue-70/issue-70.test.ts
Co-authored-by: Shinigami <chrissi92@hotmail.de>
1 parent d3bb954 commit 98d2d09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/issues/issue-70/issue-70.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { format } from 'prettier';
44
import { plugin } from './../../../src/index';
55

66
describe('Issues', () => {
7-
test('should handle Framework interpolation', () => {
7+
test('should handle angular framework interpolation', () => {
88
const expected: string = readFileSync(resolve(__dirname, 'formatted.pug'), 'utf8');
99
const code: string = readFileSync(resolve(__dirname, 'unformatted.pug'), 'utf8');
1010
const actual: string = format(code, {

0 commit comments

Comments
 (0)