Skip to content

Commit

Permalink
Amended unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Anantachai Saothong (Manta) committed Sep 5, 2017
1 parent ec2d5ed commit 44405fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/createFormattingOptionsFromStylint.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const createFormattingOptions = require('../edge/createFormattingOptionsFromStyl
const defaultStylintOptions = require('stylint/src/core/config')

describe('createFormattingOptionsFromStylint', () => {
it('represents the default formatting options', () => {
it('returns the default formatting options', () => {
const formattingOptions = {
insertBraces: false,
insertColons: true,
Expand Down

0 comments on commit 44405fb

Please sign in to comment.