Skip to content

Commit

Permalink
Update valid-expect.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer authored Mar 6, 2017
1 parent 8dbd3a6 commit 1dbc71c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/eslint-plugin-jest/src/rules/valid-expect.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
*/
'use strict';

// This implementation is copied from eslint-plugin-jasmine.
// Credits goes to Alexander Afanasyev
// TODO: Should license at the top be MIT, as that's what the code in
// eslint-plugin-jasmine is?
/*
* This implementation is ported from from eslint-plugin-jasmine.
* MIT license, Tom Vincent.
*/

import type {EslintContext, CallExpression} from './types';

Expand Down

0 comments on commit 1dbc71c

Please sign in to comment.