pulsar/spec
2017-09-12 10:13:05 -04:00
..
fixtures Fix folding for lines that contain a comment 2017-08-17 14:28:30 +02:00
integration Disable github package in smoke test – it takes too long to compile 2017-05-11 16:46:02 -06:00
main-process Fix tests 2017-08-14 12:28:19 +02: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 👕 keep standard happy 2017-08-01 15:08:04 -04:00
atom-environment-spec.coffee Wrap temp.cleanupSync() calls in try-catch blocks 2017-08-04 14:18:43 -04: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 spec reporter relativization 2017-05-03 14:21:24 +02:00
auto-update-manager-spec.js Start fixing tests 2017-03-11 19:05:28 +01:00
babel-spec.coffee Wrap temp.cleanupSync() calls in try-catch blocks 2017-08-04 14:18:43 -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.coffee Wrap temp.cleanupSync() calls in try-catch blocks 2017-08-04 14:18:43 -04:00
command-registry-spec.js Convert CommandRegistry to JavaScript 2017-08-20 20:52:43 -07:00
compile-cache-spec.coffee Wrap temp.cleanupSync() calls in try-catch blocks 2017-08-04 14:18:43 -04:00
config-spec.coffee Stub the correct fs method 2017-09-12 10:13:05 -04:00
context-menu-manager-spec.coffee Base context menu accelerators on activeElement 2017-08-16 11:58:05 -07:00
decoration-manager-spec.coffee Schedule component updates directly from the model 2017-05-05 09:29:29 +02: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 Add methods for observing dock visibility 2017-06-07 16:24:28 -07: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 Wrap temp.cleanupSync() calls in try-catch blocks 2017-08-04 14:18:43 -04:00
git-repository-spec.coffee Start work on integrating new native TextBuffer version 2017-05-19 11:33:49 -07:00
grammars-spec.coffee Wrap temp.cleanupSync() calls in try-catch blocks 2017-08-04 14:18:43 -04:00
gutter-container-spec.coffee Update mock text editor in gutter-container-spec.coffee 2017-05-05 09:29:29 +02:00
gutter-spec.coffee Update fake gutter container interface in gutter-spec.coffee 2017-05-05 09:29:29 +02:00
history-manager-spec.js Eliminate reliance on local storage in HistoryManager 2017-05-11 16:58:54 -06:00
jasmine-test-runner.coffee 🔥 console.logs 2017-08-02 19:34:44 -04:00
keymap-extensions-spec.coffee Basic test for user keymap loaded event 2017-01-05 17:12:02 -08:00
language-mode-spec.coffee Fix folding for lines that contain a comment 2017-08-17 14:28:30 +02:00
menu-manager-spec.coffee Merge branch 'master' into wl-build-on-node-7 2017-03-21 23:25:31 -04: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.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 Wrap temp.cleanupSync() calls in try-catch blocks 2017-08-04 14:18:43 -04: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 Merge pull request #14435 from atom/mb-use-native-text-buffer 2017-06-08 16:50:53 -07:00
pane-container-spec.coffee Merge pull request #14375 from atom/fb-mdt-ondidstopchangingactivepaneitem 2017-06-08 17:25:31 -07: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.js Don't assign default path unless it exists 2017-08-17 12:20:04 -07:00
panel-container-element-spec.js Remove one-off eslint global pragmas in favor of envs 2017-08-20 19:55:00 -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
path-watcher-spec.js Jasmine, not Mocha 2017-08-17 22:01:25 -04:00
project-spec.coffee Adjust Project root directory watching to account for async watchers 2017-08-18 09:10:20 -04: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 Try always mocking Date.now in our global spec helper 2017-07-31 11:21:14 -06: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 Wrap temp.cleanupSync() calls in try-catch blocks 2017-08-04 14:18:43 -04: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 Test handleMouseDragUntilMouseUp 2017-08-22 14:38:05 +02:00
text-editor-element-spec.js Merge pull request #15392 from atom/fb-wb-standard-env 2017-08-21 09:38:34 -06:00
text-editor-registry-spec.js Don't activate scrollPastEnd for autoHeight editors 2017-05-05 09:30:08 +02:00
text-editor-spec.coffee Remove code for preserving cursor position on buffer reload 2017-06-02 09:58:57 -07:00
text-utils-spec.coffee Implement isWrapBoundary for DisplayLayer 2016-03-18 18:30:35 +01:00
theme-manager-spec.coffee Wrap temp.cleanupSync() calls in try-catch blocks 2017-08-04 14:18:43 -04: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
token-iterator-spec.coffee Use TokenizedBuffer.prototype.tokenizedLineForRow conservatively 2016-10-12 09:04:41 +02:00
tokenized-buffer-iterator-spec.js Ignore mismatched tags between lines in TokenizedBufferIterator 2017-05-10 17:54:14 +02:00
tokenized-buffer-spec.coffee Fix specs 2017-08-09 12:43:35 -04: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 Wrap temp.cleanupSync() calls in try-catch blocks 2017-08-04 14:18:43 -04:00
view-registry-spec.coffee Stop calling initialize in ViewRegistry tests 2017-05-05 09:29:29 +02:00
window-event-handler-spec.coffee Fix handling of .save and .saveAs rejections 2017-05-31 17:46:04 -07:00
workspace-center-spec.js 🐛 Add missing onDidAddTextEditor method to WorkspaceCenter 2017-05-25 17:24:07 -04:00
workspace-element-spec.js Remove one-off eslint global pragmas in favor of envs 2017-08-20 19:55:00 -07:00
workspace-spec.js Only use multiline if the flag is passed in 2017-08-10 13:24:46 -04:00