Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Update specs
Browse files Browse the repository at this point in the history
  • Loading branch information
chbk committed Mar 17, 2020
1 parent 534803d commit a2b05d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/init-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,10 @@ describe "apm init", ->
runs ->
expect(fs.existsSync(themePath)).toBeTruthy()
expect(fs.existsSync(path.join(themePath, 'styles'))).toBeTruthy()
expect(fs.existsSync(path.join(themePath, 'styles', 'base.less'))).toBeTruthy()
expect(fs.existsSync(path.join(themePath, 'styles', 'colors.less'))).toBeTruthy()
expect(fs.existsSync(path.join(themePath, 'styles', 'syntax-variables.less'))).toBeTruthy()
expect(fs.existsSync(path.join(themePath, 'styles', 'syntax.less'))).toBeTruthy()
expect(fs.existsSync(path.join(themePath, 'styles', 'editor.less'))).toBeTruthy()
expect(fs.existsSync(path.join(themePath, 'index.less'))).toBeTruthy()
expect(fs.existsSync(path.join(themePath, 'README.md'))).toBeTruthy()
expect(fs.existsSync(path.join(themePath, 'package.json'))).toBeTruthy()
Expand Down

0 comments on commit a2b05d4

Please sign in to comment.