This repository has been archived on 2021-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
SA3/hw4/Claudio_Maggioni/tests/test/config.js

7 lines
146 B
JavaScript

'use strict';
var path = require('path')
module.exports={
baseURL : 'http://127.0.0.1:3000',
projectRoot : path.resolve(__dirname, '../..')
}