Remove cms/static/coffee/fixtures symlink.

FEDX-458. Part of the static files symlink cleanup.
This commit is contained in:
David Ormsbee
2017-12-21 16:40:18 -05:00
parent 623c945bb2
commit 4e7fffa70f
4 changed files with 3 additions and 4 deletions

View File

@@ -226,7 +226,7 @@
}
});
jasmine.getFixtures().fixturesPath += 'coffee/fixtures';
jasmine.getFixtures().fixturesPath = '/base/templates';
testFiles = [
'cms/js/spec/main_spec',

View File

@@ -182,7 +182,7 @@
}
});
jasmine.getFixtures().fixturesPath += 'coffee/fixtures';
jasmine.getFixtures().fixturesPath = '/base/templates';
testFiles = [
'coffee/spec/views/assets_spec',

View File

@@ -1 +0,0 @@
../../templates/js/

View File

@@ -34,7 +34,7 @@ var options = {
],
fixtureFiles: [
{pattern: 'coffee/fixtures/**/*.underscore'},
{pattern: '../templates/js/**/*.underscore'},
{pattern: 'templates/**/*.underscore'}
],