Skip to content

Commit

Permalink
change formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sgnl committed May 27, 2015
1 parent e10a8bc commit 64fe2bd
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion test/arrayMethods-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,21 @@ if ( !window ) {

var expect = chai.expect;

var methodList = ['push', 'pop', 'reverse', 'shift', 'sort', 'splice', 'unshift', 'concat', 'join', 'slice', 'toString', 'indexOf', 'lastIndexOf', 'toLocaleString'];
var methodList = ['push',
'pop',
'reverse',
'shift',
'sort',
'splice',
'unshift',
'concat',
'join',
'slice',
'toString',
'indexOf',
'lastIndexOf',
'toLocaleString'
];

describe( 'push()', function() {
it( 'Push your First and Last Name into an empty array', function() {
Expand Down

0 comments on commit 64fe2bd

Please sign in to comment.