mirror of
https://github.com/atom/atom.git
synced 2026-02-19 02:44:29 -05:00
5 lines
140 B
CoffeeScript
5 lines
140 B
CoffeeScript
fs = require 'fs'
|
|
|
|
require 'spec-helper'
|
|
require path for path in fs.listDirectoryTree(require.resolve '.') when /-spec\.coffee$/.test path
|