Skip to content

Commit

Permalink
Add import
Browse files Browse the repository at this point in the history
  • Loading branch information
Allon-Guralnek committed Apr 30, 2021
1 parent 4b31651 commit 15ab56d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/lang/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ id: testing
title: Writing tests
---

import useBaseUrl from '@docusaurus/useBaseUrl';

Arr.ai is a functional language designed for the representation and transformation of data. As such, testing arr.ai code is different from testing more stateful, imperative code.

Arr.ai's approach to testing is for test files to produce a data structure within which all leaves are the literal `true` or `false` to indicate if a test has passed or failed. Any other value is considered an invalid test, and will fail the test run.
Expand Down

0 comments on commit 15ab56d

Please sign in to comment.