Skip to content

Instantly share code, notes, and snippets.

@developit
Created November 21, 2018 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save developit/acd8a075350eeb6574439e92888c50cf to your computer and use it in GitHub Desktop.
Save developit/acd8a075350eeb6574439e92888c50cf to your computer and use it in GitHub Desktop.
asdf
node_modules
package-lock.json
console.log('hello');
describe('smoketest', () => {
it('should work', () => {
expect(1).toBe(1);
});
});
{
"name": "test4",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "karmatic"
},
"keywords": [],
"author": "Jason Miller <jason@developit.ca> (http://jasonformat.com)",
"license": "ISC",
"devDependencies": {
"karmatic": "^1.2.0",
"webpack": "^4.26.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment