1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 01:42:55 +01:00

Removing PreferencesManager-test.js as a headless test

This commit is contained in:
Tomás Malbrán 2013-03-19 00:28:20 -03:00
parent b0174002ec
commit 5aa4b822b3

View File

@ -51,7 +51,6 @@ module.exports = function (grunt) {
specs : [
'test/spec/CommandManager-test.js',
'test/spec/LanguageManager-test.js',
'test/spec/PreferencesManager-test.js',
'test/spec/ViewUtils-test.js'
]
},