Skip to content

Commit

Permalink
fix failing test and remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
eightypop committed Nov 24, 2018
1 parent 230fa8f commit 5207740
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion e2e/__tests__/transform.test.js
Expand Up @@ -144,7 +144,6 @@ describe('transformer-config', () => {
it('runs transpiled code', () => {
// --no-cache because babel can cache stuff and result in false green
const {json} = runWithJson(dir, ['--no-cache']);
console.log(json);
expect(json.success).toBe(true);
expect(json.numTotalTests).toBeGreaterThanOrEqual(1);
});
Expand Down
2 changes: 1 addition & 1 deletion e2e/transform/transformer-config/package.json
Expand Up @@ -11,7 +11,7 @@
"ExcludedFromCoverage"
],
"testEnvironment": "node",
"transformer": {
"transform": {
"\\.js$": [
"babel-jest",
{
Expand Down

0 comments on commit 5207740

Please sign in to comment.