pulsar/spec
2019-02-05 10:40:52 -05:00
..
fixtures Make invalid JS file fail Babel spec again 2019-01-18 15:13:24 -08:00
helpers Introduce randomized test for TextEditorComponent 2017-10-05 13:05:52 +02:00
integration Update smoke test to match new open behavior 2019-01-04 13:25:42 -05:00
main-process Reorganize AtomApplication tests 2019-01-14 11:46:30 -05:00
application-delegate-spec.js Stringify/parse temporary window state to avoid nulling out references 2016-08-09 14:43:38 -06:00
async-spec-helpers.js Avoid babel in test files that are run in the main process 2018-08-24 12:07:24 -07:00
atom-environment-spec.js Include now-missing project folders in initial state key computation 2019-01-24 11:33:44 -05:00
atom-paths-spec.js Wrap temp.cleanupSync() calls in try-catch blocks 2017-08-04 14:18:43 -04:00
atom-protocol-handler-spec.coffee Fix linter errors 2015-09-18 20:48:50 -06:00
atom-reporter.coffee Update Jasmine stacktrace formatting 2018-07-01 17:18:16 -04:00
auto-update-manager-spec.js Avoid excessive numbers of IPC event listeners in ApplicationDelegate 2018-07-26 10:20:01 -07:00
babel-spec.coffee allow the use of double slash flow comments 2018-03-21 18:07:16 -04:00
buffered-node-process-spec.coffee Remove Duplicate Require Statements and Unify Syntax on ' 2016-01-15 14:35:28 -06:00
buffered-process-spec.coffee Allow a bufferdprocess to be manually started 2017-01-19 13:30:39 -08:00
clipboard-spec.coffee Add Clipboard::readWithMetadata 2014-02-03 13:20:28 -08:00
command-installer-spec.js Fix CommandInstaller tests 2018-06-29 15:32:29 -07:00
command-registry-spec.js listener calls are reversed 2018-01-08 20:02:34 -06:00
compile-cache-spec.coffee Wrap temp.cleanupSync() calls in try-catch blocks 2017-08-04 14:18:43 -04:00
config-file-spec.js Maintain a global Map of ConfigFile instances 2018-03-27 08:54:37 -04:00
config-spec.js Support a single scope name field on Tree-sitter grammars 2018-08-20 09:58:37 -07:00
context-menu-manager-spec.coffee Allow packages to control the order of context menu items 2018-01-31 16:35:15 -08:00
decoration-manager-spec.coffee Correct expectations elsewhere in the test suite 2019-02-01 15:08:46 -05:00
default-directory-provider-spec.coffee Wrap temp.cleanupSync() calls in try-catch blocks 2017-08-04 14:18:43 -04:00
default-directory-searcher-spec.coffee Remove Duplicate Require Statements and Unify Syntax on ' 2016-01-15 14:35:28 -06:00
deserializer-manager-spec.coffee Return a Disposable instance from DeserializerManager::add 2014-09-30 12:58:10 -06:00
dock-spec.js Convert Dock to an etch component 2018-03-06 15:45:29 -08:00
file-system-blob-store-spec.coffee Speed up FileSystemBlobStore.load by not storing invalidation keys 2017-03-13 19:11:53 +01:00
git-repository-provider-spec.js Merge remote-tracking branch 'upstream/master' into tests 2017-10-25 14:14:12 -07:00
git-repository-spec.js Rely on automatic temp tracking cleanup for GitRepository tests to avoid nsfw races 2018-01-23 13:47:51 -08:00
grammar-registry-spec.js Allow tree-sitter setting to be set for specific languages 2018-09-21 09:34:13 -07:00
gutter-container-spec.js Decaffeinate spec/gutter-container-spec.coffee 2017-10-06 09:33:43 -04:00
gutter-spec.js Decaffeinate spec/gutter-spec.coffee 2017-10-05 11:06:42 -04:00
history-manager-spec.js 📝 2017-12-05 11:37:04 +01:00
jasmine-list-reporter.js Omit skipped specs entirely 2019-02-05 10:40:52 -05:00
jasmine-test-runner.coffee Use ATOM_JASMINE_REPORTER to control terminal reporter 2019-02-05 10:13:49 -05:00
keymap-extensions-spec.coffee Basic test for user keymap loaded event 2017-01-05 17:12:02 -08:00
menu-manager-spec.coffee Use setTimeout instead of setImmediate in MenuManager 2018-08-10 12:33:00 -07:00
menu-sort-helpers-spec.js Improve spec spacing 2018-02-21 13:14:45 -08:00
module-cache-spec.coffee Wrap temp.cleanupSync() calls in try-catch blocks 2017-08-04 14:18:43 -04:00
native-compile-cache-spec.coffee Speed up FileSystemBlobStore.load by not storing invalidation keys 2017-03-13 19:11:53 +01:00
native-watcher-registry-spec.js Consistently split paths in test cases 2017-08-03 08:51:44 -04:00
notification-manager-spec.js more cleanup 2017-12-08 16:18:06 -06:00
notification-spec.js 💀 Decaffeinate spec/notification-spec.coffee 2017-09-16 21:03:01 -04:00
package-manager-spec.js Don't depend on ATOM_DEV_RESOURCE_PATH for local core package path 2018-08-07 16:09:34 -07:00
package-spec.coffee Fix a few more tests 2017-09-08 19:00:27 -07:00
package-transpilation-registry-spec.js Allow root package paths to contain 'node_modules' 2017-04-04 07:54:35 -07:00
pane-axis-element-spec.coffee Remove unnecessary calls to ViewRegistry.getView 2017-04-05 16:50:04 -07:00
pane-container-element-spec.coffee spec descriptions corrected 2017-12-21 18:30:10 -07:00
pane-container-spec.js Update PaneContainer specs for async confirm 2017-11-19 01:06:20 +01:00
pane-element-spec.coffee fix tests 2017-09-19 15:30:25 -05:00
pane-spec.js Add failing test to demonstrate the bug identified in #17535 2018-07-24 16:45:37 -04:00
panel-container-element-spec.js Add documentation to addModalPanel api 2017-08-22 23:14:54 -07:00
panel-container-spec.js Add Panel.getElement and remove Panel view provider 2017-04-05 16:10:21 -07:00
panel-spec.js spelling: visible 2017-09-10 15:46:41 +00:00
path-watcher-spec.js Jasmine, not Mocha 2017-08-17 22:01:25 -04:00
project-spec.js Fix repository tests that fail when run in fork of atom/atom 2018-07-27 09:40:38 -04:00
reopen-project-menu-manager-spec.js spelling: separated 2017-09-10 15:46:41 +00:00
selection-spec.js Re-enable tests that crashed due to a superstring bug 2019-01-31 17:52:28 -08:00
spec-helper-platform.coffee 💄 Remove unneeded requires, variables, commas, and parens 2013-12-31 15:05:34 -08:00
spec-helper.coffee Merge branch 'master' into wl-rm-safe-clipboard 2018-01-09 21:39:04 -05:00
squirrel-update-spec.coffee Wrap temp.cleanupSync() calls in try-catch blocks 2017-08-04 14:18:43 -04:00
state-store-spec.js Add delete() method to StateStore 2017-04-04 13:45:14 -07:00
style-manager-spec.js Update StyleManager specs to address deprecated ::shadow selectors 2019-01-22 13:44:35 -08:00
styles-element-spec.coffee Transform deprecated shadow DOM selectors in StyleManager 2016-10-07 10:40:41 +02:00
syntax-scope-map-spec.js Distinguish between anonymous * token and wildcard selector 2018-11-01 18:47:17 +01:00
task-spec.coffee Remove unused variables 2016-09-26 20:52:13 +03:00
text-editor-component-spec.js Unit test for block decoration ordering 2019-02-01 13:13:49 -05:00
text-editor-element-spec.js Always leave room for scrollbars 2018-06-07 14:42:06 -07:00
text-editor-registry-spec.js Update TextEditorRegistry spec to expect sync updates 2018-08-24 10:37:06 -07:00
text-editor-spec.js Correct expectations elsewhere in the test suite 2019-02-01 15:08:46 -05:00
text-mate-language-mode-spec.js Re-enable tests that crashed due to a superstring bug 2019-01-31 17:52:28 -08:00
text-utils-spec.js Decaffeinate spec/text-utils-spec.coffee 2017-11-03 08:21:01 -04:00
theme-manager-spec.js Use correct fontWeight value in ThemeManager spec 2019-01-18 15:13:24 -08:00
time-reporter.coffee Remove unused variables 2016-09-26 20:52:13 +03:00
title-bar-spec.js Consistently use require('temp').track() 2017-08-04 14:08:29 -04:00
tooltip-manager-spec.js fix leaked state in tests. 2018-09-13 16:24:46 -07:00
tree-sitter-language-mode-spec.js ⬆️ language-javascript, update test w/ new scope mapping 2018-12-19 09:55:23 -08:00
typescript-spec.coffee Use source-map-support to handle stack trace conversion 2015-08-19 17:55:29 -07:00
update-process-env-spec.js Add tests for recognizing Windows cmd or powershell environment in updateProcessEnv 2018-02-22 13:34:08 +02:00
uri-handler-registry-spec.js url -> URI 2017-10-17 15:23:10 -07:00
view-registry-spec.js 👔 Fix "Arrow function should not return assignment" 2017-10-21 10:10:06 -04:00
window-event-handler-spec.js Support atom protocol links when links are handled 2018-03-12 22:23:00 -04:00
workspace-center-spec.js 🐛 Add missing onDidAddTextEditor method to WorkspaceCenter 2017-05-25 17:24:07 -04:00
workspace-element-spec.js Spec for passing additional options to the test window 2018-08-22 10:27:50 -04:00
workspace-spec.js Use fs.renameSync in Workspace spec to fix test failure 2019-01-18 15:13:24 -08:00