Skip to content

Commit 5c0fc2b

Browse files
committed
remove old shoebox test and server-assets test
1 parent c7b710b commit 5c0fc2b

2 files changed

Lines changed: 2 additions & 17 deletions

File tree

packages/ember-cli-fastboot/test/fixtures/shoebox/app/routes/application.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

test-packages/basic-app/test/shoebox-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const request = RSVP.denodeify(require('request'));
55
const expect = require('chai').use(require('chai-string')).expect;
66
const { startServer, stopServer } = require('../../test-libs/index');
77

8-
describe.only('shoebox - put', function() {
8+
describe('shoebox - put', function() {
99
this.timeout(20000);
1010

1111
before(function() {
@@ -19,7 +19,7 @@ describe.only('shoebox - put', function() {
1919
return stopServer();
2020
});
2121

22-
it.only('put items into the shoebox', async () => {
22+
it('put items into the shoebox', async () => {
2323
const response = await request({
2424
url: 'http://localhost:49741/',
2525
headers: {

0 commit comments

Comments
 (0)