Skip to content

Commit

Permalink
Add specs for built-in modules (#1400)
Browse files Browse the repository at this point in the history
This does not include specs for functions that are newly defined as
part of the module system spec.
  • Loading branch information
nex3 authored Jun 12, 2019
1 parent e980469 commit 60ea8a3
Show file tree
Hide file tree
Showing 9 changed files with 1,335 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/core_functions/modules/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
This directory tests that core functions are accessible from the `sass:` modules
as defined in [the module system proposal][]. For the time being, it just tests
that each individual function is accessible with the correct name, and that
removed or renamed functions are not accessible. Once all implementations
support the module system, we should migrate all the function tests to use
module functions and just have simple tests for the global versions instead.

[the module system proposal]: https://github.com/sass/sass/blob/master/accepted/module-system.md#built-in-modules-1
Loading

0 comments on commit 60ea8a3

Please sign in to comment.