Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-iachini committed Mar 22, 2024
1 parent 890502b commit f7514e8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 362 deletions.
358 changes: 0 additions & 358 deletions output.txt

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luca-iachini/prettier-plugin-fluent",
"version": "1.0.7",
"version": "1.0.8",
"description": "Fluent Prettier Plugin",
"author": "Luca Iachini",
"license": "MIT",
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ function print(
): Doc {
const node = path.node;

console.log(node);

switch (node.type) {
case "Resource":
return join(line, path.map(printFn, 'body'));
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('it format', () => {
await test_fixture('message_multiple_lines_spaces');
});
});
describe.only('attributes', () => {
describe('attributes', () => {
test('message with attributes', async () => {
await test_fixture('attributes')
});
Expand Down

0 comments on commit f7514e8

Please sign in to comment.