pulsar/spec
2017-04-17 13:53:20 -07:00
..
fixtures Remove unnecessary calls to ViewRegistry.getView 2017-04-05 16:50:04 -07:00
integration Do not use the chromedriver wrapper as it spews to stdout 2016-12-13 12:13:47 -08:00
main-process Use getTreeViewRootDirectories helper in main process test 2017-04-17 13:53:20 -07: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 Wait for paths to open in main process test 2017-04-07 13:20:44 -07:00
atom-environment-spec.coffee Add atom.whenShellEnvironmentLoaded() 2017-04-11 18:10:00 -07:00
atom-paths-spec.js Fix spec for path 2017-01-14 09:04:49 -08:00
atom-protocol-handler-spec.coffee Fix linter errors 2015-09-18 20:48:50 -06:00
atom-reporter.coffee Relativize spec paths more when reporting 2017-02-15 11:36:57 -05:00
auto-update-manager-spec.js Start fixing tests 2017-03-11 19:05:28 +01:00
babel-spec.coffee Clean up temporary files when running specs 2016-12-01 10:48:45 -08: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.coffee Start fixing tests 2017-03-11 19:05:28 +01:00
command-registry-spec.coffee Order listeners by reverse registration order 2016-05-01 16:48:09 -07:00
compile-cache-spec.coffee Remove errant stack trace from console 2016-12-01 14:02:11 -08:00
config-spec.coffee Silence warnings from config spec 2017-04-07 13:29:51 -07:00
context-menu-manager-spec.coffee Start fixing tests 2017-03-11 19:05:28 +01:00
custom-gutter-component-spec.coffee Add Gutter.getElement, remove Gutter view provider 2017-04-05 17:01:54 -07:00
decoration-manager-spec.coffee Fix spurious rename 2017-02-14 14:12:20 -07:00
default-directory-provider-spec.coffee Normalize disk drive letter in path on Windows 2017-02-18 11:32:44 +03: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 Add tests for dock sizing behavior 2017-04-15 11:50:41 -07:00
dom-element-pool-spec.js Avoid throwing intentional errors in DOMElementPool test 2017-03-02 10:19:48 -08:00
fake-lines-yardstick.coffee 🎨 2016-03-25 16:37:01 +01: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.coffee Clean up temporary files when running specs 2016-12-01 10:48:45 -08:00
git-repository-spec.coffee Delete test verifying that GitRepository.open works with file paths 2017-03-06 16:18:40 +01:00
grammars-spec.coffee Clean up temporary files when running specs 2016-12-01 10:48:45 -08:00
gutter-container-component-spec.coffee Add Gutter.getElement, remove Gutter view provider 2017-04-05 17:01:54 -07:00
gutter-container-spec.coffee Destroy a TextEditor's Gutters when it is destroyed 2015-08-21 12:55:22 -07:00
gutter-spec.coffee [Gutter] Fix coffeescript style issues 2015-04-22 07:29:00 -07:00
history-manager-spec.js Fix tests 2017-03-17 17:04:11 +01:00
jasmine-test-runner.coffee Remove unused variables 2016-09-26 20:52:13 +03:00
keymap-extensions-spec.coffee Basic test for user keymap loaded event 2017-01-05 17:12:02 -08:00
language-mode-spec.coffee Remove extraneous TextEditor setter methods 2016-08-15 16:45:10 -07:00
lines-yardstick-spec.coffee Ensure win32 has parity with macOS for yardstick specs 2017-01-20 11:36:27 -08:00
menu-manager-spec.coffee Fix remaining tests 2017-03-12 11:57:16 +01:00
module-cache-spec.coffee Clean up temporary files when running specs 2016-12-01 10:48:45 -08:00
native-compile-cache-spec.coffee Speed up FileSystemBlobStore.load by not storing invalidation keys 2017-03-13 19:11:53 +01:00
notification-manager-spec.coffee Notification::getTimestamp() 2014-11-24 14:58:21 -08:00
notification-spec.coffee Remove string detail check 2015-07-07 13:46:53 -07:00
package-manager-spec.coffee Test config.setSchema isn't called again when activating a preloaded package 2017-04-11 09:53:03 +02:00
package-spec.coffee Fix spec/package-spec.coffee 2017-03-28 12:26:03 +02: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 Remove unnecessary calls to ViewRegistry.getView 2017-04-05 16:50:04 -07:00
pane-container-spec.coffee Aggregate onDidStopChangingActivePaneItem events across all containers 2017-04-06 16:35:25 -06:00
pane-element-spec.coffee Fix spurious pane activation when changing focus within a pane 2017-04-11 12:20:50 -07:00
pane-spec.coffee Don't copy workspace items that don't implement .copy() 2017-04-05 10:48:31 -06:00
panel-container-element-spec.js Fix usages of removed getModel method in tests 2017-04-11 09:15:52 -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 Avoid error when Panel.destroy is called in a blur listener 2017-04-10 17:43:52 -07:00
project-spec.coffee Normalize disk drive letter in path on Windows 2017-02-18 11:32:44 +03:00
reopen-project-menu-manager-spec.js is to === 2016-10-27 10:57:48 -07:00
sample-with-comments.js Pass AppDelegate to Workspace, Pane instead of bound functions 2015-10-13 18:54:48 -06:00
selection-spec.coffee Avoid using torn-down properties in specs 2017-01-02 11:55:41 -08:00
spec-helper-platform.coffee 💄 Remove unneeded requires, variables, commas, and parens 2013-12-31 15:05:34 -08:00
spec-helper.coffee Throw an error if there is any deprecation in a spec 2016-10-07 10:40:41 +02:00
squirrel-update-spec.coffee Clean up temporary files when running specs 2016-12-01 10:48:45 -08:00
state-store-spec.js Add delete() method to StateStore 2017-04-04 13:45:14 -07:00
style-manager-spec.js Don't transform deprecated selectors containing malformed CSS 2017-01-20 15:09:57 +01:00
styles-element-spec.coffee Transform deprecated shadow DOM selectors in StyleManager 2016-10-07 10:40:41 +02:00
task-spec.coffee Remove unused variables 2016-09-26 20:52:13 +03:00
text-editor-component-spec.js adding spec pinpointing atom:atom#8648 which now passes 2017-03-26 19:44:43 +02:00
text-editor-element-spec.coffee Remove unnecessary calls to ViewRegistry.getView 2017-04-05 16:50:04 -07:00
text-editor-presenter-spec.coffee Add showCursorOnSelection config 2017-01-20 08:53:28 -05:00
text-editor-registry-spec.js Add showCursorOnSelection config 2017-01-20 08:53:28 -05:00
text-editor-spec.coffee Merge pull request #13764 from atom/wl-dont-soft-wrap-minis 2017-03-29 14:38:47 -07:00
text-utils-spec.coffee Implement isWrapBoundary for DisplayLayer 2016-03-18 18:30:35 +01:00
theme-manager-spec.coffee Fix less spec 2017-04-11 12:05:43 -06:00
time-reporter.coffee Remove unused variables 2016-09-26 20:52:13 +03:00
title-bar-spec.coffee Test that updateWindowSheetOffset can be called 2016-08-02 16:16:27 -06:00
token-iterator-spec.coffee Use TokenizedBuffer.prototype.tokenizedLineForRow conservatively 2016-10-12 09:04:41 +02:00
tokenized-buffer-iterator-spec.js Return scopes prepended with --syntax from TokenizedBufferIterator 2016-10-07 10:40:41 +02:00
tokenized-buffer-spec.coffee Merge branch 'master' into as-deprecate-shadow-dom 2016-10-17 12:06:00 +02:00
tooltip-manager-spec.coffee 👕 2016-12-22 16:39:40 -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 Replace "osx" to "macOS" 2016-12-04 15:28:43 -03:00
view-registry-spec.coffee Fix remaining tests 2017-03-12 11:57:16 +01:00
window-event-handler-spec.coffee Fix remaining tests 2017-03-12 11:57:16 +01:00
workspace-element-spec.js Fix regression in hovered dock tracking due to workspace refactor 2017-04-10 14:15:31 -07:00
workspace-spec.js Add Workspace.paneContainerForItem method 2017-04-17 11:34:45 -07:00