File size: 262 Bytes
c9c49ab
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
defmodule Plausible.Stats.SQL.FragmentsTest do
  use ExUnit.Case, async: true
  use Plausible.Stats.SQL.Fragments

  defmacro expand_macro_once(ast) do
    ast |> Macro.expand_once(__ENV__) |> Macro.to_string()
  end

  doctest Plausible.Stats.SQL.Fragments
end