mirror of
https://github.com/atom/atom.git
synced 2026-02-12 15:45:23 -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
|