Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
really a style commit but want to try to force semantic-release
  • Loading branch information
kamal committed Jun 22, 2021
1 parent 514cdff commit 8d0f4a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/helpers/init.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const path = require('path')
process.env.TS_NODE_PROJECT = path.resolve('test/tsconfig.json')
const path = require("path");
process.env.TS_NODE_PROJECT = path.resolve("test/tsconfig.json");

0 comments on commit 8d0f4a4

Please sign in to comment.