Skip to content

Commit

Permalink
fix(JOB-135) corrects conflicts with projectStaffingNeededDate.specs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ElsaTouzeau committed Oct 16, 2017
2 parents 1753543 + 22e3f33 commit ba09881
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import moment from 'moment';
import projectStaffingNeededDate from '@/utils/projectStaffingNeededDate';

describe.only('Unit | Utils | Project Staffing Needed Date', () => {
describe.only('#sort', () => {
describe('Unit | Utils | Project Staffing Needed Date', () => {
describe('#sort', () => {
it('should sort two jobs according to project staffing needed date', () => {
// Given
const today = moment('2017-10-04', 'YYYY-MM-DD');
Expand Down

0 comments on commit ba09881

Please sign in to comment.