fix(core): update
This commit is contained in:
@ -9,8 +9,7 @@ tap.test('should normalize a string', async () => {
|
||||
`;
|
||||
const normalizedString = smartstring.normalize.standard(testString);
|
||||
expect(normalizedString).toEqual(
|
||||
`
|
||||
myawesome string;
|
||||
`myawesome string;
|
||||
is indented with two spaces
|
||||
`
|
||||
);
|
||||
|
Reference in New Issue
Block a user