Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

an overnightJs server now at least runs, more to come #9 #15

Merged
merged 1 commit into from
Feb 7, 2019

Conversation

snurby7
Copy link
Owner

@snurby7 snurby7 commented Feb 7, 2019

moved around a bunch of files and added overnightJs instead of GraphQL to get us off to the races.

*/

const path = require('path');
const nodeExternals = require('webpack-node-externals');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

* created by Sean Maxwell Jan 21, 2018
*/

const path = require('path');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

});

if (process.argv[3]) {
let test = `./src/${process.argv[3]}.test.js`;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'template literal syntax' is only available in ES6 (use 'esversion: 6').

"random": true
});

jasmine.onComplete(passed => {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

process.env.NODE_ENV = 'test';

const Jasmine = require('jasmine');
let jasmine = new Jasmine();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).


process.env.NODE_ENV = 'test';

const Jasmine = require('jasmine');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

@snurby7 snurby7 merged commit 5b3927a into master Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant