decaffeinate: Run post-processing cleanups on settings.test.coffee

This commit is contained in:
decaffeinate 2021-05-19 16:50:46 +01:00 committed by Alf Eaton
parent 8c984a77c4
commit 85920b3120

View file

@ -1,3 +1,8 @@
/* eslint-disable
no-path-concat,
*/
// TODO: This file was created by bulk-decaffeinate.
// Fix any style issues and re-enable lint.
const Path = require("path");
module.exports = {
@ -18,7 +23,7 @@ module.exports = {
clsiCacheDir: Path.resolve(__dirname + "/../../../cache"),
// synctexBaseDir: (project_id) -> Path.join(@compilesDir, project_id)
synctexBaseDir() { return "/compile"; },
sandboxedCompilesHostDir: process.env['SANDBOXED_COMPILES_HOST_DIR']
sandboxedCompilesHostDir: process.env.SANDBOXED_COMPILES_HOST_DIR
},
clsi: {