Fix eslint errors in layout service test

This commit is contained in:
Zach Panzarino 2016-10-18 22:00:55 +00:00
parent 596ff3718c
commit a0ce74643f
2 changed files with 13 additions and 6 deletions

View File

@ -152,7 +152,8 @@ function lintTask() {
'it',
'jasmine',
'moment',
'spyOn'
'spyOn',
'xit'
]
};

View File

@ -249,7 +249,9 @@ describe('Test the layout service', function() {
type: 'bar',
data: {
datasets: [
{ data: [10, 5, 0, 25, 78, -10] }
{
data: [10, 5, 0, 25, 78, -10]
}
],
labels: ['tick1', 'tick2', 'tick3', 'tick4', 'tick5', 'tick6']
},
@ -294,7 +296,9 @@ describe('Test the layout service', function() {
type: 'bar',
data: {
datasets: [
{ data: [10, 5, 0, 25, 78, -10] }
{
data: [10, 5, 0, 25, 78, -10]
}
],
labels: ['tick1', 'tick2', 'tick3', 'tick4', 'tick5', 'tick6']
},
@ -344,7 +348,9 @@ describe('Test the layout service', function() {
type: 'bar',
data: {
datasets: [
{ data: [10, 5, 0, 25, 78, -10] }
{
data: [10, 5, 0, 25, 78, -10]
}
],
labels: ['tick1', 'tick2', 'tick3', 'tick4', 'tick5', 'tick6']
},