Skip to content

Commit 73f8b27

Browse files
committed
update prettier config to use different format, and reinstate other tests
1 parent 378a7a1 commit 73f8b27

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

.prettierrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"plugins": ["prettier-plugin-tailwindcss"],
3+
"printWidth": 80,
4+
"quoteProps": "consistent",
5+
"singleQuote": true
6+
}

lib/network-exporters/formatters/graphml/__tests__/createGraphML.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe('buildGraphML', () => {
9393
});
9494
});
9595

96-
it.only('omits networkCanvasUUID data element when network.codebook.ego is empty', () => {
96+
it('omits networkCanvasUUID data element when network.codebook.ego is empty', () => {
9797
const processedNetworks = processMockNetworks([mockNetwork, mockNetwork2]);
9898
const protocolNetwork = processedNetworks['protocol-uid-1'][0];
9999
const { ego, ...egolessCodebook } = codebook;

prettier.config.cjs

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)