aboutsummaryrefslogtreecommitdiff
path: root/tests/formatting.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/formatting.test.js')
-rw-r--r--tests/formatting.test.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/formatting.test.js b/tests/formatting.test.js
index eb5fbd7..d627921 100644
--- a/tests/formatting.test.js
+++ b/tests/formatting.test.js
@@ -109,10 +109,10 @@ afterEach(async () => {
}
});
-test('PrettierVersion returns pluggin version', async () => {
- const result = await remote.execute('PrettierVersion');
- expect(result).toMatchSnapshot();
-});
+//test('PrettierVersion returns pluggin version', async () => {
+// const result = await remote.execute('PrettierVersion');
+// expect(result).toMatchSnapshot();
+//});
// run formatting tests in all fixtures
fs.readdirSync(FIXTURES_DIR).forEach(file => assertFormatting(file));