Skip to content

Commit cafbf8e

Browse files
committed
Improve test name
1 parent d662761 commit cafbf8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/issues/issue-9/issue-9.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 escape quotes correctly', () => {
7+
test('should escape quotes correctly in angular', () => {
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)